Html Css Color HEX #CDDD62 Mindaro

📋 copy color: '#CDDD62'

red 205 ◦ green 221 ◦ blue 98

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

Shades of Mindaro #CDDD62

Tints of Mindaro #CDDD62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.7%

R = 39.12%
G = 42.18%
B = 18.7%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#CDDD62 (or 0xCDDD62) is known color: Mindaro. HEX triplet: CD, DD and 62. RGB value is (205,221,98). Sum of RGB (Red+Green+Blue) = 205+221+98=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 98 (38.67% from 255 or 18.70% from 524); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDD62 is #32229D. Grayscale: #CACACA. Windows color (decimal): -3285662 or 6479309. OLE color: 6479309.

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

Color convert

RGB 205 221 98 -
CMYK 0.07 0 0.56 0.13
HSL 67.8º 0.64% 0.63% -
HSV(B) 67.8º 0.56% 0.87% -
XYZ 53.24 65.57 21.41 -
YUV 202.19 69.2 130 -
System Red Green Blue C M Y K H S L
Decimal 205 221 98 0.07 0 0.56 0.13 67.8 0.64 0.63
Hex CD DD 62 7 0 38 D 44 40 3F
Octal 315 335 142 7 0 70 15 104 100 77
Binary 11001101 11011101 1100010 111 0 111000 1101 1000100 1000000 111111

Color Harmonies of #CDDD62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDD62

Black with #CDDD62

Text Example


Text Example

White with #CDDD62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDD62; }

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

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

background-color css

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

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

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

border-color css

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

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

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