Html Css Color HEX #CCDD76 Mindaro

📋 copy color: '#CCDD76'

red 204 ◦ green 221 ◦ blue 118

#CCDD76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mindaro #CCDD76

Tints of Mindaro #CCDD76

RGB

 RED value IS 204 (80.08% from 255) = 37.57%

 GREEN value IS 221 (86.72% from 255) = 40.7%

 BLUE value IS 118 (46.48% from 255) = 21.73%

R = 37.57%
G = 40.7%
B = 21.73%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#CCDD76 (or 0xCCDD76) is known color: Mindaro. HEX triplet: CC, DD and 76. RGB value is (204,221,118). Sum of RGB (Red+Green+Blue) = 204+221+118=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 118 (46.48% from 255 or 21.73% from 543); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDD76 is #332289. Grayscale: #CCCCCC. Windows color (decimal): -3351178 or 7790028. OLE color: 7790028.

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

Color convert

RGB 204 221 118 -
CMYK 0.08 0 0.47 0.13
HSL 69.9º 0.6% 0.66% -
HSV(B) 69.9º 0.47% 0.87% -
XYZ 54.03 65.86 27 -
YUV 204.18 79.37 127.88 -
System Red Green Blue C M Y K H S L
Decimal 204 221 118 0.08 0 0.47 0.13 69.9 0.6 0.66
Hex CC DD 76 8 0 2F D 46 3C 42
Octal 314 335 166 10 0 57 15 106 74 102
Binary 11001100 11011101 1110110 1000 0 101111 1101 1000110 111100 1000010

Color Harmonies of #CCDD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDD76

Black with #CCDD76

Text Example


Text Example

White with #CCDD76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDD76; }

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

 H1.HeaderClassName
 {
   color: #CCDD76;
 }
 .AnyTagClassName
 {
   color: #CCDD76;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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