#B2DE53

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

Shades of Conifer #B2DE53

Tints of Conifer #B2DE53

Color information

#B2DE53 (or 0xB2DE53) is unknown color: approx Conifer. HEX triplet: B2, DE and 53. RGB value is (178,222,83). Sum of RGB (Red+Green+Blue) = 178+222+83=483 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.85% from 483); Green value is 222 (87.11% from 255 or 45.96% from 483); Blue value is 83 (32.81% from 255 or 17.18% from 483); Max value from RGB is 222 - color contains mainly: green. Hex color #B2DE53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DE53 is #4D21AC. Grayscale: #C1C1C1. Windows color (decimal): -5054893 or 5496498. OLE color: 5496498.

HSL color Cylindrical-coordinate representation of color #B2DE53: hue angle of 78.99º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B2DE53 is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB17822283-
CMYK0.2000.630.13
HSL78.99º67.8%59.8%-
HSV(B)78.99º62.61%87.06%-
XYZ46.0462.3317.79-
YUV19365.92117.3-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.85%
GREEN value IS 222 (87.11% from 255) = 45.96%
BLUE value IS 83 (32.81% from 255) = 17.18%
R=36.85%
G=45.96%
B=17.18%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal178222830.2000.630.1378.9967.859.8
HexB2DE531403FD4f443c
Octal262336123240771511710474
Binary10110010110111101010011101000111111110110011111000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DE53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DE53; }

 p { color: rgb(178,222,83); }

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

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

 a { background-color: rgb(178,222,83); }

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

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

 span { border-color: rgb(178,222,83); }

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