Html Css Color HEX #CDDD77 Mindaro

📋 copy color: '#CDDD77'

red 205 ◦ green 221 ◦ blue 119

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

Shades of Mindaro #CDDD77

Tints of Mindaro #CDDD77

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 value IS 0.07

 M value IS 0

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#CDDD77 (or 0xCDDD77) is known color: 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

RGB 205 221 119 -
CMYK 0.07 0 0.46 0.13
HSL 69.41º 0.6% 0.67% -
HSV(B) 69.41º 0.46% 0.87% -
XYZ 54.36 66.02 27.33 -
YUV 204.59 79.7 128.29 -
System Red Green Blue C M Y K H S L
Decimal 205 221 119 0.07 0 0.46 0.13 69.41 0.6 0.67
Hex CD DD 77 7 0 2E D 45 3C 43
Octal 315 335 167 7 0 56 15 105 74 103
Binary 11001101 11011101 1110111 111 0 101110 1101 1000101 111100 1000011

Color Harmonies of #CDDD77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDD77

Black with #CDDD77

Text Example


Text Example

White with #CDDD77

Text Example


Text Example

HTML Codes & Css Web 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>