#CCED7D

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

Shades of Sulu #CCED7D

Tints of Sulu #CCED7D

Color information

#CCED7D (or 0xCCED7D) is unknown color: approx Sulu. HEX triplet: CC, ED and 7D. RGB value is (204,237,125). Sum of RGB (Red+Green+Blue) = 204+237+125=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 237 (92.97% from 255 or 41.87% from 566); Blue value is 125 (49.22% from 255 or 22.08% from 566); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCED7D is #331282. Grayscale: #D6D6D6. Windows color (decimal): -3347075 or 8252876. OLE color: 8252876.

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

Color convert

RGB204237125-
CMYK0.1400.470.07
HSL77.68º75.68%70.98%-
HSV(B)77.68º47.26%92.94%-
XYZ58.8974.8930.75-
YUV214.3677.57120.61-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.04%
GREEN value IS 237 (92.97% from 255) = 41.87%
BLUE value IS 125 (49.22% from 255) = 22.08%
R=36.04%
G=41.87%
B=22.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042371250.1400.470.0777.6875.6870.98
HexCCED7DE02F74e4c47
Octal314355175160577116114107
Binary1100110011101101111110111100101111111100111010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCED7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCED7D; }

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

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

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

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

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

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

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

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