#BEE14E

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

Shades of Conifer #BEE14E

Tints of Conifer #BEE14E

Color information

#BEE14E (or 0xBEE14E) is unknown color: approx Conifer. HEX triplet: BE, E1 and 4E. RGB value is (190,225,78). Sum of RGB (Red+Green+Blue) = 190+225+78=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 225 (88.28% from 255 or 45.64% from 493); Blue value is 78 (30.86% from 255 or 15.82% from 493); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE14E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE14E is #411EB1. Grayscale: #C6C6C6. Windows color (decimal): -4267698 or 5169598. OLE color: 5169598.

HSL color Cylindrical-coordinate representation of color #BEE14E: hue angle of 74.29º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BEE14E is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.

Color convert

RGB19022578-
CMYK0.1600.650.12
HSL74.29º71.01%59.41%-
HSV(B)74.29º65.33%88.24%-
XYZ49.5465.3517.21-
YUV197.7860.4122.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.54%
GREEN value IS 225 (88.28% from 255) = 45.64%
BLUE value IS 78 (30.86% from 255) = 15.82%
R=38.54%
G=45.64%
B=15.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal190225780.1600.650.1274.2971.0159.41
HexBEE14E10041C4a473b
Octal2763411162001011411210773
Binary101111101110000110011101000001000001110010010101000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE14E; }

 p { color: rgb(190,225,78); }

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

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

 a { background-color: rgb(190,225,78); }

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

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

 span { border-color: rgb(190,225,78); }

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