#CCDD72

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

Shades of Mindaro #CCDD72

Tints of Mindaro #CCDD72

Color information

#CCDD72 (or 0xCCDD72) is unknown color: approx Mindaro. HEX triplet: CC, DD and 72. RGB value is (204,221,114). Sum of RGB (Red+Green+Blue) = 204+221+114=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 221 (86.72% from 255 or 41.00% from 539); Blue value is 114 (44.92% from 255 or 21.15% from 539); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDD72 is #33228D. Grayscale: #CCCCCC. Windows color (decimal): -3351182 or 7527884. OLE color: 7527884.

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

Color convert

RGB204221114-
CMYK0.0800.480.13
HSL69.53º61.14%65.69%-
HSV(B)69.53º48.42%86.67%-
XYZ53.865.7725.78-
YUV203.7277.37128.2-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.85%
GREEN value IS 221 (86.72% from 255) = 41.00%
BLUE value IS 114 (44.92% from 255) = 21.15%
R=37.85%
G=41.00%
B=21.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042211140.0800.480.1369.5361.1465.69
HexCCDD728030D463d42
Octal314335162100601510675102
Binary1100110011011101111001010000110000110110001101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDD72; }

 p { color: rgb(204,221,114); }

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

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

 a { background-color: rgb(204,221,114); }

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

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

 span { border-color: rgb(204,221,114); }

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