#CCEC7D

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

Shades of Sulu #CCEC7D

Tints of Sulu #CCEC7D

Color information

#CCEC7D (or 0xCCEC7D) is unknown color: approx Sulu. HEX triplet: CC, EC and 7D. RGB value is (204,236,125). Sum of RGB (Red+Green+Blue) = 204+236+125=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 236 (92.58% from 255 or 41.77% from 565); Blue value is 125 (49.22% from 255 or 22.12% from 565); Max value from RGB is 236 - color contains mainly: green. Hex color #CCEC7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEC7D is #331382. Grayscale: #D6D6D6. Windows color (decimal): -3347331 or 8252620. OLE color: 8252620.

HSL color Cylindrical-coordinate representation of color #CCEC7D: hue angle of 77.3º degrees, saturation: 0.74, 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 #CCEC7D is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB204236125-
CMYK0.1400.470.07
HSL77.3º74.5%70.78%-
HSV(B)77.3º47.03%92.55%-
XYZ58.674.3130.66-
YUV213.7877.9121.03-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.11%
GREEN value IS 236 (92.58% from 255) = 41.77%
BLUE value IS 125 (49.22% from 255) = 22.12%
R=36.11%
G=41.77%
B=22.12%

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
Decimal2042361250.1400.470.0777.374.570.78
HexCCEC7DE02F74d4a47
Octal314354175160577115112107
Binary1100110011101100111110111100101111111100110110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEC7D; }

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

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

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

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

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

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

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

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