#CEEE80

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

Shades of Sulu #CEEE80

Tints of Sulu #CEEE80

Color information

#CEEE80 (or 0xCEEE80) is unknown color: approx Sulu. HEX triplet: CE, EE and 80. RGB value is (206,238,128). Sum of RGB (Red+Green+Blue) = 206+238+128=572 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.01% from 572); Green value is 238 (93.36% from 255 or 41.61% from 572); Blue value is 128 (50.39% from 255 or 22.38% from 572); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEE80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEE80 is #31117F. Grayscale: #D8D8D8. Windows color (decimal): -3215744 or 8449742. OLE color: 8449742.

HSL color Cylindrical-coordinate representation of color #CEEE80: hue angle of 77.45º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CEEE80 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB206238128-
CMYK0.1300.460.07
HSL77.45º76.39%71.76%-
HSV(B)77.45º46.22%93.33%-
XYZ59.9275.8331.9-
YUV215.8978.4120.94-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.01%
GREEN value IS 238 (93.36% from 255) = 41.61%
BLUE value IS 128 (50.39% from 255) = 22.38%
R=36.01%
G=41.61%
B=22.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2062381280.1300.460.0777.4576.3971.76
HexCEEE80D02E74d4c48
Octal316356200150567115114110
Binary11001110111011101000000011010101110111100110110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEE80; }

 p { color: rgb(206,238,128); }

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

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

 a { background-color: rgb(206,238,128); }

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

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

 span { border-color: rgb(206,238,128); }

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