#BEEA75

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

Shades of Sulu #BEEA75

Tints of Sulu #BEEA75

Color information

#BEEA75 (or 0xBEEA75) is unknown color: approx Sulu. HEX triplet: BE, EA and 75. RGB value is (190,234,117). Sum of RGB (Red+Green+Blue) = 190+234+117=541 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.12% from 541); Green value is 234 (91.80% from 255 or 43.25% from 541); Blue value is 117 (46.09% from 255 or 21.63% from 541); Max value from RGB is 234 - color contains mainly: green. Hex color #BEEA75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEEA75 is #41158A. Grayscale: #CFCFCF. Windows color (decimal): -4265355 or 7727806. OLE color: 7727806.

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

Color convert

RGB190234117-
CMYK0.1900.50.08
HSL82.56º73.58%68.82%-
HSV(B)82.56º50%91.76%-
XYZ53.8771.0827.71-
YUV207.5176.92115.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.12%
GREEN value IS 234 (91.80% from 255) = 43.25%
BLUE value IS 117 (46.09% from 255) = 21.63%
R=35.12%
G=43.25%
B=21.63%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1902341170.1900.50.0882.5673.5868.82
HexBEEA75130328534a45
Octal2763521652306210123112105
Binary101111101110101011101011001101100101000101001110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEA75; }

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

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

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

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

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

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

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

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