Html Css Color HEX #CDDF63 Mindaro

📋 copy color: '#CDDF63'

red 205 ◦ green 223 ◦ blue 99

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

Shades of Mindaro #CDDF63

Tints of Mindaro #CDDF63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 18.79%

R = 38.9%
G = 42.31%
B = 18.79%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#CDDF63 (or 0xCDDF63) is known color: Mindaro. HEX triplet: CD, DF and 63. RGB value is (205,223,99). Sum of RGB (Red+Green+Blue) = 205+223+99=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 223 (87.5% from 255 or 42.31% from 527); Blue value is 99 (39.06% from 255 or 18.79% from 527); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDF63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDF63 is #32209C. Grayscale: #CBCBCB. Windows color (decimal): -3285149 or 6545357. OLE color: 6545357.

HSL color Cylindrical-coordinate representation of color #CDDF63: hue angle of 68.71º degrees, saturation: 0.66, 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 #CDDF63 is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB 205 223 99 -
CMYK 0.08 0 0.56 0.13
HSL 68.71º 0.66% 0.63% -
HSV(B) 68.71º 0.56% 0.87% -
XYZ 53.82 66.66 21.83 -
YUV 203.48 69.04 129.08 -
System Red Green Blue C M Y K H S L
Decimal 205 223 99 0.08 0 0.56 0.13 68.71 0.66 0.63
Hex CD DF 63 8 0 38 D 45 42 3F
Octal 315 337 143 10 0 70 15 105 102 77
Binary 11001101 11011111 1100011 1000 0 111000 1101 1000101 1000010 111111

Color Harmonies of #CDDF63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDF63

Black with #CDDF63

Text Example


Text Example

White with #CDDF63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDF63; }

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

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

background-color css

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

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

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

border-color css

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

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

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