Html Css Color HEX #CDDD61 Mindaro

📋 copy color: '#CDDD61'

red 205 ◦ green 221 ◦ blue 97

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

Shades of Mindaro #CDDD61

Tints of Mindaro #CDDD61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.55%

R = 39.2%
G = 42.26%
B = 18.55%

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

#CDDD61 (or 0xCDDD61) is known color: Mindaro. HEX triplet: CD, DD and 61. RGB value is (205,221,97). Sum of RGB (Red+Green+Blue) = 205+221+97=523 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.20% from 523); Green value is 221 (86.72% from 255 or 42.26% from 523); Blue value is 97 (38.28% from 255 or 18.55% from 523); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDD61 is #32229E. Grayscale: #CACACA. Windows color (decimal): -3285663 or 6413773. OLE color: 6413773.

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

Color convert

RGB 205 221 97 -
CMYK 0.07 0 0.56 0.13
HSL 67.74º 0.65% 0.62% -
HSV(B) 67.74º 0.56% 0.87% -
XYZ 53.19 65.56 21.16 -
YUV 202.08 68.7 130.08 -
System Red Green Blue C M Y K H S L
Decimal 205 221 97 0.07 0 0.56 0.13 67.74 0.65 0.62
Hex CD DD 61 7 0 38 D 44 41 3E
Octal 315 335 141 7 0 70 15 104 101 76
Binary 11001101 11011101 1100001 111 0 111000 1101 1000100 1000001 111110

Color Harmonies of #CDDD61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDD61

Black with #CDDD61

Text Example


Text Example

White with #CDDD61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDD61; }

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

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

background-color css

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

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

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

border-color css

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

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

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