#B2E53F

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

Shades of Conifer #B2E53F

Tints of Conifer #B2E53F

Color information

#B2E53F (or 0xB2E53F) is unknown color: approx Conifer. HEX triplet: B2, E5 and 3F. RGB value is (178,229,63). Sum of RGB (Red+Green+Blue) = 178+229+63=470 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.87% from 470); Green value is 229 (89.84% from 255 or 48.72% from 470); Blue value is 63 (25% from 255 or 13.40% from 470); Max value from RGB is 229 - color contains mainly: green. Hex color #B2E53F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2E53F is #4D1AC0. Grayscale: #C3C3C3. Windows color (decimal): -5053121 or 4187570. OLE color: 4187570.

HSL color Cylindrical-coordinate representation of color #B2E53F: hue angle of 78.43º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B2E53F is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB17822963-
CMYK0.2200.720.10
HSL78.43º76.15%57.25%-
HSV(B)78.43º72.49%89.8%-
XYZ47.2865.8614.92-
YUV194.8353.6116-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.87%
GREEN value IS 229 (89.84% from 255) = 48.72%
BLUE value IS 63 (25% from 255) = 13.40%
R=37.87%
G=48.72%
B=13.40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal178229630.2200.720.1078.4376.1557.25
HexB2E53F16048A4e4c39
Octal262345772601101211611471
Binary10110010111001011111111011001001000101010011101001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E53F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E53F; }

 p { color: rgb(178,229,63); }

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

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

 a { background-color: rgb(178,229,63); }

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

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

 span { border-color: rgb(178,229,63); }

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