#CCDD71

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

Shades of Mindaro #CCDD71

Tints of Mindaro #CCDD71

Color information

#CCDD71 (or 0xCCDD71) is unknown color: approx Mindaro. HEX triplet: CC, DD and 71. RGB value is (204,221,113). Sum of RGB (Red+Green+Blue) = 204+221+113=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 113 (44.53% from 255 or 21.00% from 538); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDD71 is #33228E. Grayscale: #CCCCCC. Windows color (decimal): -3351183 or 7462348. OLE color: 7462348.

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

Color convert

RGB204221113-
CMYK0.0800.490.13
HSL69.44º61.36%65.49%-
HSV(B)69.44º48.87%86.67%-
XYZ53.7465.7425.48-
YUV203.676.87128.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.92%
GREEN value IS 221 (86.72% from 255) = 41.08%
BLUE value IS 113 (44.53% from 255) = 21.00%
R=37.92%
G=41.08%
B=21.00%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042211130.0800.490.1369.4461.3665.49
HexCCDD718031D453d41
Octal314335161100611510575101
Binary1100110011011101111000110000110001110110001011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDD71; }

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

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

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

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

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

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

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

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