#B2F365

Color #B2F365 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #B2F365

Tints of Conifer #B2F365

Color information

#B2F365 (or 0xB2F365) is unknown color: approx Conifer. HEX triplet: B2, F3 and 65. RGB value is (178,243,101). Sum of RGB (Red+Green+Blue) = 178+243+101=522 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.10% from 522); Green value is 243 (95.31% from 255 or 46.55% from 522); Blue value is 101 (39.84% from 255 or 19.35% from 522); Max value from RGB is 243 - color contains mainly: green. Hex color #B2F365 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F365 is #4D0C9A. Grayscale: #CFCFCF. Windows color (decimal): -5049499 or 6681522. OLE color: 6681522.

HSL color Cylindrical-coordinate representation of color #B2F365: hue angle of 87.46º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B2F365 is Cyan = 0.27, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB178243101-
CMYK0.2700.580.05
HSL87.46º85.54%67.45%-
HSV(B)87.46º58.44%95.29%-
XYZ52.7674.5123.91-
YUV207.3867.97107.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 34.10%
GREEN value IS 243 (95.31% from 255) = 46.55%
BLUE value IS 101 (39.84% from 255) = 19.35%
R=34.10%
G=46.55%
B=19.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1782431010.2700.580.0587.4685.5467.45
HexB2F3651B03A5575643
Octal262363145330725127126103
Binary10110010111100111100101110110111010101101011110101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2F365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2F365; }

 p { color: rgb(178,243,101); }

 H1.HeaderClassName
 {
   color: #B2F365;
 }
 .AnyTagClassName
 {
   color: #B2F365;
 }
</style>
background-color css

<style>
 a { background-color: #B2F365; }

 a { background-color: rgb(178,243,101); }

 div.DivClassName
 {
   background-color: #B2F365;
 }
 .BgClassName
 {
   background-color: #B2F365;
 }
</style>
border-color css

<style>
 span { border-color: #B2F365; }

 span { border-color: rgb(178,243,101); }

 td.TdClassName
 {
   border-color: #B2F365;
 }
 .TagClassName
 {
   border-color: #B2F365;
 }
</style>