Html Css Color HEX #CDDF61 Mindaro

📋 copy color: '#CDDF61'

red 205 ◦ green 223 ◦ blue 97

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

Shades of Mindaro #CDDF61

Tints of Mindaro #CDDF61

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.48%

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

R = 39.05%
G = 42.48%
B = 18.48%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#CDDF61 (or 0xCDDF61) is known color: Mindaro. HEX triplet: CD, DF and 61. RGB value is (205,223,97). Sum of RGB (Red+Green+Blue) = 205+223+97=525 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.05% from 525); Green value is 223 (87.5% from 255 or 42.48% from 525); Blue value is 97 (38.28% from 255 or 18.48% from 525); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDF61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDF61 is #32209E. Grayscale: #CBCBCB. Windows color (decimal): -3285151 or 6414285. OLE color: 6414285.

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

Color convert

RGB 205 223 97 -
CMYK 0.08 0 0.57 0.13
HSL 68.57º 0.66% 0.63% -
HSV(B) 68.57º 0.57% 0.87% -
XYZ 53.72 66.62 21.34 -
YUV 203.25 68.04 129.25 -
System Red Green Blue C M Y K H S L
Decimal 205 223 97 0.08 0 0.57 0.13 68.57 0.66 0.63
Hex CD DF 61 8 0 39 D 45 42 3F
Octal 315 337 141 10 0 71 15 105 102 77
Binary 11001101 11011111 1100001 1000 0 111001 1101 1000101 1000010 111111

Color Harmonies of #CDDF61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDF61

Black with #CDDF61

Text Example


Text Example

White with #CDDF61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDF61; }

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

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

background-color css

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

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

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

border-color css

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

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

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