#B2F565

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

Shades of Conifer #B2F565

Tints of Conifer #B2F565

Color information

#B2F565 (or 0xB2F565) is unknown color: approx Conifer. HEX triplet: B2, F5 and 65. RGB value is (178,245,101). Sum of RGB (Red+Green+Blue) = 178+245+101=524 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.97% from 524); Green value is 245 (96.09% from 255 or 46.76% from 524); Blue value is 101 (39.84% from 255 or 19.27% from 524); Max value from RGB is 245 - color contains mainly: green. Hex color #B2F565 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F565 is #4D0A9A. Grayscale: #D1D1D1. Windows color (decimal): -5048987 or 6682034. OLE color: 6682034.

HSL color Cylindrical-coordinate representation of color #B2F565: hue angle of 87.92º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B2F565 is Cyan = 0.27, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB178245101-
CMYK0.2700.590.04
HSL87.92º87.8%67.84%-
HSV(B)87.92º58.78%96.08%-
XYZ53.3675.7124.11-
YUV208.5567.3106.21-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.97%
GREEN value IS 245 (96.09% from 255) = 46.76%
BLUE value IS 101 (39.84% from 255) = 19.27%
R=33.97%
G=46.76%
B=19.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1782451010.2700.590.0487.9287.867.84
HexB2F5651B03B4585844
Octal262365145330734130130104
Binary10110010111101011100101110110111011100101100010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2F565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2F565; }

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

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

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

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

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

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

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

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