#CDDD77

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

Shades of Mindaro #CDDD77

Tints of Mindaro #CDDD77

Color information

#CDDD77 (or 0xCDDD77) is unknown color: approx Mindaro. HEX triplet: CD, DD and 77. RGB value is (205,221,119). Sum of RGB (Red+Green+Blue) = 205+221+119=545 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.61% from 545); Green value is 221 (86.72% from 255 or 40.55% from 545); Blue value is 119 (46.88% from 255 or 21.83% from 545); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDD77 is #322288. Grayscale: #CCCCCC. Windows color (decimal): -3285641 or 7855565. OLE color: 7855565.

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

Color convert

RGB205221119-
CMYK0.0700.460.13
HSL69.41º60%66.67%-
HSV(B)69.41º46.15%86.67%-
XYZ54.3666.0227.33-
YUV204.5979.7128.29-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.61%
GREEN value IS 221 (86.72% from 255) = 40.55%
BLUE value IS 119 (46.88% from 255) = 21.83%
R=37.61%
G=40.55%
B=21.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052211190.0700.460.1369.416066.67
HexCDDD77702ED453c43
Octal31533516770561510574103
Binary110011011101110111101111110101110110110001011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDD77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDD77; }

 p { color: rgb(205,221,119); }

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

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

 a { background-color: rgb(205,221,119); }

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

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

 span { border-color: rgb(205,221,119); }

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