Html Css Color HEX #CDDD70 Mindaro

📋 copy color: '#CDDD70'

red 205 ◦ green 221 ◦ blue 112

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

Shades of Mindaro #CDDD70

Tints of Mindaro #CDDD70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.82%

R = 38.1%
G = 41.08%
B = 20.82%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#CDDD70 (or 0xCDDD70) is known color: Mindaro. HEX triplet: CD, DD and 70. RGB value is (205,221,112). Sum of RGB (Red+Green+Blue) = 205+221+112=538 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.10% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 112 (44.14% from 255 or 20.82% from 538); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDD70 is #32228F. Grayscale: #CCCCCC. Windows color (decimal): -3285648 or 7396813. OLE color: 7396813.

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

Color convert

RGB 205 221 112 -
CMYK 0.07 0 0.49 0.13
HSL 68.81º 0.62% 0.65% -
HSV(B) 68.81º 0.49% 0.87% -
XYZ 53.96 65.86 25.2 -
YUV 203.79 76.2 128.86 -
System Red Green Blue C M Y K H S L
Decimal 205 221 112 0.07 0 0.49 0.13 68.81 0.62 0.65
Hex CD DD 70 7 0 31 D 45 3E 41
Octal 315 335 160 7 0 61 15 105 76 101
Binary 11001101 11011101 1110000 111 0 110001 1101 1000101 111110 1000001

Color Harmonies of #CDDD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDD70

Black with #CDDD70

Text Example


Text Example

White with #CDDD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDD70; }

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

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

background-color css

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

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

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

border-color css

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

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

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