Html Css Color HEX #CDDD65 Mindaro

📋 copy color: '#CDDD65'

red 205 ◦ green 221 ◦ blue 101

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

Shades of Mindaro #CDDD65

Tints of Mindaro #CDDD65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.17%

R = 38.9%
G = 41.94%
B = 19.17%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#CDDD65 (or 0xCDDD65) is known color: Mindaro. HEX triplet: CD, DD and 65. RGB value is (205,221,101). Sum of RGB (Red+Green+Blue) = 205+221+101=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 221 (86.72% from 255 or 41.94% from 527); Blue value is 101 (39.84% from 255 or 19.17% from 527); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDD65 is #32229A. Grayscale: #CBCBCB. Windows color (decimal): -3285659 or 6675917. OLE color: 6675917.

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

Color convert

RGB 205 221 101 -
CMYK 0.07 0 0.54 0.13
HSL 68º 0.64% 0.63% -
HSV(B) 68º 0.54% 0.87% -
XYZ 53.38 65.63 22.17 -
YUV 202.54 70.7 129.76 -
System Red Green Blue C M Y K H S L
Decimal 205 221 101 0.07 0 0.54 0.13 68 0.64 0.63
Hex CD DD 65 7 0 36 D 44 40 3F
Octal 315 335 145 7 0 66 15 104 100 77
Binary 11001101 11011101 1100101 111 0 110110 1101 1000100 1000000 111111

Color Harmonies of #CDDD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDD65

Black with #CDDD65

Text Example


Text Example

White with #CDDD65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDD65; }

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

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

background-color css

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

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

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

border-color css

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

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

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