#CCED7C

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

Shades of Sulu #CCED7C

Tints of Sulu #CCED7C

Color information

#CCED7C (or 0xCCED7C) is unknown color: approx Sulu. HEX triplet: CC, ED and 7C. RGB value is (204,237,124). Sum of RGB (Red+Green+Blue) = 204+237+124=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 237 (92.97% from 255 or 41.95% from 565); Blue value is 124 (48.83% from 255 or 21.95% from 565); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCED7C is #331283. Grayscale: #D6D6D6. Windows color (decimal): -3347076 or 8187340. OLE color: 8187340.

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

Color convert

RGB204237124-
CMYK0.1400.480.07
HSL77.52º75.84%70.78%-
HSV(B)77.52º47.68%92.94%-
XYZ58.8274.8630.42-
YUV214.2577.07120.69-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.11%
GREEN value IS 237 (92.97% from 255) = 41.95%
BLUE value IS 124 (48.83% from 255) = 21.95%
R=36.11%
G=41.95%
B=21.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042371240.1400.480.0777.5275.8470.78
HexCCED7CE03074e4c47
Octal314355174160607116114107
Binary1100110011101101111110011100110000111100111010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCED7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCED7C; }

 p { color: rgb(204,237,124); }

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

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

 a { background-color: rgb(204,237,124); }

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

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

 span { border-color: rgb(204,237,124); }

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