Html Css Color HEX #CDDD76 Mindaro

📋 copy color: '#CDDD76'

red 205 ◦ green 221 ◦ blue 118

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

Shades of Mindaro #CDDD76

Tints of Mindaro #CDDD76

RGB

 RED value IS 205 (80.47% from 255) = 37.68%

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

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

R = 37.68%
G = 40.63%
B = 21.69%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#CDDD76 (or 0xCDDD76) is known color: Mindaro. HEX triplet: CD, DD and 76. RGB value is (205,221,118). Sum of RGB (Red+Green+Blue) = 205+221+118=544 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.68% from 544); Green value is 221 (86.72% from 255 or 40.62% from 544); Blue value is 118 (46.48% from 255 or 21.69% from 544); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDD76 is #322289. Grayscale: #CCCCCC. Windows color (decimal): -3285642 or 7790029. OLE color: 7790029.

HSL color Cylindrical-coordinate representation of color #CDDD76: hue angle of 69.32º 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 #CDDD76 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 205 221 118 -
CMYK 0.07 0 0.47 0.13
HSL 69.32º 0.6% 0.66% -
HSV(B) 69.32º 0.47% 0.87% -
XYZ 54.3 66 27.02 -
YUV 204.47 79.2 128.38 -
System Red Green Blue C M Y K H S L
Decimal 205 221 118 0.07 0 0.47 0.13 69.32 0.6 0.66
Hex CD DD 76 7 0 2F D 45 3C 42
Octal 315 335 166 7 0 57 15 105 74 102
Binary 11001101 11011101 1110110 111 0 101111 1101 1000101 111100 1000010

Color Harmonies of #CDDD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDD76

Black with #CDDD76

Text Example


Text Example

White with #CDDD76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDD76; }

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

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

background-color css

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

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

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

border-color css

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

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

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