#B2E15F

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

Shades of Conifer #B2E15F

Tints of Conifer #B2E15F

Color information

#B2E15F (or 0xB2E15F) is unknown color: approx Conifer. HEX triplet: B2, E1 and 5F. RGB value is (178,225,95). Sum of RGB (Red+Green+Blue) = 178+225+95=498 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.74% from 498); Green value is 225 (88.28% from 255 or 45.18% from 498); Blue value is 95 (37.5% from 255 or 19.08% from 498); Max value from RGB is 225 - color contains mainly: green. Hex color #B2E15F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2E15F is #4D1EA0. Grayscale: #C4C4C4. Windows color (decimal): -5054113 or 6283698. OLE color: 6283698.

HSL color Cylindrical-coordinate representation of color #B2E15F: hue angle of 81.69º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B2E15F is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB17822595-
CMYK0.2100.580.12
HSL81.69º68.42%62.75%-
HSV(B)81.69º57.78%88.24%-
XYZ47.3564.1420.71-
YUV196.1370.93115.07-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.74%
GREEN value IS 225 (88.28% from 255) = 45.18%
BLUE value IS 95 (37.5% from 255) = 19.08%
R=35.74%
G=45.18%
B=19.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal178225950.2100.580.1281.6968.4262.75
HexB2E15F1503AC52443f
Octal262341137250721412210477
Binary10110010111000011011111101010111010110010100101000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E15F; }

 p { color: rgb(178,225,95); }

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

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

 a { background-color: rgb(178,225,95); }

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

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

 span { border-color: rgb(178,225,95); }

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