#CCDE7B

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

Shades of Sulu #CCDE7B

Tints of Sulu #CCDE7B

Color information

#CCDE7B (or 0xCCDE7B) is unknown color: approx Sulu. HEX triplet: CC, DE and 7B. RGB value is (204,222,123). Sum of RGB (Red+Green+Blue) = 204+222+123=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 222 (87.11% from 255 or 40.44% from 549); Blue value is 123 (48.44% from 255 or 22.40% from 549); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDE7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDE7B is #332184. Grayscale: #CDCDCD. Windows color (decimal): -3350917 or 8117964. OLE color: 8117964.

HSL color Cylindrical-coordinate representation of color #CCDE7B: hue angle of 70.91º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CCDE7B is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB204222123-
CMYK0.0800.450.13
HSL70.91º60%67.65%-
HSV(B)70.91º44.59%87.06%-
XYZ54.666.5128.7-
YUV205.3381.54127.05-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.16%
GREEN value IS 222 (87.11% from 255) = 40.44%
BLUE value IS 123 (48.44% from 255) = 22.40%
R=37.16%
G=40.44%
B=22.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042221230.0800.450.1370.916067.65
HexCCDE7B802DD473c44
Octal314336173100551510774104
Binary1100110011011110111101110000101101110110001111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDE7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDE7B; }

 p { color: rgb(204,222,123); }

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

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

 a { background-color: rgb(204,222,123); }

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

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

 span { border-color: rgb(204,222,123); }

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