#BEE45D

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

Shades of Conifer #BEE45D

Tints of Conifer #BEE45D

Color information

#BEE45D (or 0xBEE45D) is unknown color: approx Conifer. HEX triplet: BE, E4 and 5D. RGB value is (190,228,93). Sum of RGB (Red+Green+Blue) = 190+228+93=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 228 (89.45% from 255 or 44.62% from 511); Blue value is 93 (36.72% from 255 or 18.20% from 511); Max value from RGB is 228 - color contains mainly: green. Hex color #BEE45D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE45D is #411BA2. Grayscale: #C9C9C9. Windows color (decimal): -4266915 or 6153406. OLE color: 6153406.

HSL color Cylindrical-coordinate representation of color #BEE45D: hue angle of 76.89º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BEE45D is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB19022893-
CMYK0.1700.590.11
HSL76.89º71.43%62.94%-
HSV(B)76.89º59.21%89.41%-
XYZ50.9567.2220.65-
YUV201.2566.91119.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.18%
GREEN value IS 228 (89.45% from 255) = 44.62%
BLUE value IS 93 (36.72% from 255) = 18.20%
R=37.18%
G=44.62%
B=18.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal190228930.1700.590.1176.8971.4362.94
HexBEE45D1103BB4d473f
Octal276344135210731311510777
Binary10111110111001001011101100010111011101110011011000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE45D; }

 p { color: rgb(190,228,93); }

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

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

 a { background-color: rgb(190,228,93); }

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

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

 span { border-color: rgb(190,228,93); }

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