#BEE472

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

Shades of Sulu #BEE472

Tints of Sulu #BEE472

Color information

#BEE472 (or 0xBEE472) is unknown color: approx Sulu. HEX triplet: BE, E4 and 72. RGB value is (190,228,114). Sum of RGB (Red+Green+Blue) = 190+228+114=532 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.71% from 532); Green value is 228 (89.45% from 255 or 42.86% from 532); Blue value is 114 (44.92% from 255 or 21.43% from 532); Max value from RGB is 228 - color contains mainly: green. Hex color #BEE472 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE472 is #411B8D. Grayscale: #CCCCCC. Windows color (decimal): -4266894 or 7529662. OLE color: 7529662.

HSL color Cylindrical-coordinate representation of color #BEE472: hue angle of 80º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BEE472 is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB190228114-
CMYK0.1700.500.11
HSL80º67.86%67.06%-
HSV(B)80º50%89.41%-
XYZ52.0267.6526.24-
YUV203.6477.41118.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.71%
GREEN value IS 228 (89.45% from 255) = 42.86%
BLUE value IS 114 (44.92% from 255) = 21.43%
R=35.71%
G=42.86%
B=21.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1902281140.1700.500.118067.8667.06
HexBEE47211032B504443
Octal2763441622106213120104103
Binary101111101110010011100101000101100101011101000010001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE472; }

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

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

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

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

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

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

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

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