#BEEA72

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

Shades of Sulu #BEEA72

Tints of Sulu #BEEA72

Color information

#BEEA72 (or 0xBEEA72) is unknown color: approx Sulu. HEX triplet: BE, EA and 72. RGB value is (190,234,114). Sum of RGB (Red+Green+Blue) = 190+234+114=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 234 (91.80% from 255 or 43.49% from 538); Blue value is 114 (44.92% from 255 or 21.19% from 538); Max value from RGB is 234 - color contains mainly: green. Hex color #BEEA72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEEA72 is #41158D. Grayscale: #CFCFCF. Windows color (decimal): -4265358 or 7531198. OLE color: 7531198.

HSL color Cylindrical-coordinate representation of color #BEEA72: hue angle of 82º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BEEA72 is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB190234114-
CMYK0.1900.510.08
HSL82º74.07%68.24%-
HSV(B)82º51.28%91.76%-
XYZ53.771.0126.8-
YUV207.1675.42115.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.32%
GREEN value IS 234 (91.80% from 255) = 43.49%
BLUE value IS 114 (44.92% from 255) = 21.19%
R=35.32%
G=43.49%
B=21.19%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1902341140.1900.510.088274.0768.24
HexBEEA72130338524a44
Octal2763521622306310122112104
Binary101111101110101011100101001101100111000101001010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEA72; }

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

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

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

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

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

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

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

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