#CEED82

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

Shades of Sulu #CEED82

Tints of Sulu #CEED82

Color information

#CEED82 (or 0xCEED82) is unknown color: approx Sulu. HEX triplet: CE, ED and 82. RGB value is (206,237,130). Sum of RGB (Red+Green+Blue) = 206+237+130=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 237 (92.97% from 255 or 41.36% from 573); Blue value is 130 (51.17% from 255 or 22.69% from 573); Max value from RGB is 237 - color contains mainly: green. Hex color #CEED82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEED82 is #31127D. Grayscale: #D7D7D7. Windows color (decimal): -3215998 or 8580558. OLE color: 8580558.

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

Color convert

RGB206237130-
CMYK0.1300.450.07
HSL77.38º74.83%71.96%-
HSV(B)77.38º45.15%92.94%-
XYZ59.7775.332.5-
YUV215.5379.73121.2-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.95%
GREEN value IS 237 (92.97% from 255) = 41.36%
BLUE value IS 130 (51.17% from 255) = 22.69%
R=35.95%
G=41.36%
B=22.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2062371300.1300.450.0777.3874.8371.96
HexCEED82D02D74d4b48
Octal316355202150557115113110
Binary11001110111011011000001011010101101111100110110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEED82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEED82; }

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

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

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

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

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

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

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

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