#CEED80

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

Shades of Sulu #CEED80

Tints of Sulu #CEED80

Color information

#CEED80 (or 0xCEED80) is unknown color: approx Sulu. HEX triplet: CE, ED and 80. RGB value is (206,237,128). Sum of RGB (Red+Green+Blue) = 206+237+128=571 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.08% from 571); Green value is 237 (92.97% from 255 or 41.51% from 571); Blue value is 128 (50.39% from 255 or 22.42% from 571); Max value from RGB is 237 - color contains mainly: green. Hex color #CEED80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEED80 is #31127F. Grayscale: #D7D7D7. Windows color (decimal): -3216000 or 8449486. OLE color: 8449486.

HSL color Cylindrical-coordinate representation of color #CEED80: hue angle of 77.06º degrees, saturation: 0.75, 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 #CEED80 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB206237128-
CMYK0.1300.460.07
HSL77.06º75.17%71.57%-
HSV(B)77.06º45.99%92.94%-
XYZ59.6375.2531.8-
YUV215.378.73121.36-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.08%
GREEN value IS 237 (92.97% from 255) = 41.51%
BLUE value IS 128 (50.39% from 255) = 22.42%
R=36.08%
G=41.51%
B=22.42%

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
Decimal2062371280.1300.460.0777.0675.1771.57
HexCEED80D02E74d4b48
Octal316355200150567115113110
Binary11001110111011011000000011010101110111100110110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEED80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEED80; }

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

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

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

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

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

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

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

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