#BEE048

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

Shades of Conifer #BEE048

Tints of Conifer #BEE048

Color information

#BEE048 (or 0xBEE048) is unknown color: approx Conifer. HEX triplet: BE, E0 and 48. RGB value is (190,224,72). Sum of RGB (Red+Green+Blue) = 190+224+72=486 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.09% from 486); Green value is 224 (87.89% from 255 or 46.09% from 486); Blue value is 72 (28.52% from 255 or 14.81% from 486); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE048 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE048 is #411FB7. Grayscale: #C5C5C5. Windows color (decimal): -4267960 or 4776126. OLE color: 4776126.

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

Color convert

RGB19022472-
CMYK0.1500.680.12
HSL73.42º71.03%58.04%-
HSV(B)73.42º67.86%87.84%-
XYZ49.0664.7316.04-
YUV196.5157.74123.36-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.09%
GREEN value IS 224 (87.89% from 255) = 46.09%
BLUE value IS 72 (28.52% from 255) = 14.81%
R=39.09%
G=46.09%
B=14.81%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal190224720.1500.680.1273.4271.0358.04
HexBEE048F044C49473a
Octal2763401101701041411110772
Binary10111110111000001001000111101000100110010010011000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE048; }

 p { color: rgb(190,224,72); }

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

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

 a { background-color: rgb(190,224,72); }

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

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

 span { border-color: rgb(190,224,72); }

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