Html Css Color HEX #CDF063 Mindaro

📋 copy color: '#CDF063'

red 205 ◦ green 240 ◦ blue 99

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

Shades of Mindaro #CDF063

Tints of Mindaro #CDF063

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.12%

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

R = 37.68%
G = 44.12%
B = 18.2%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#CDF063 (or 0xCDF063) is known color: Mindaro. HEX triplet: CD, F0 and 63. RGB value is (205,240,99). Sum of RGB (Red+Green+Blue) = 205+240+99=544 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.68% from 544); Green value is 240 (94.14% from 255 or 44.12% from 544); Blue value is 99 (39.06% from 255 or 18.20% from 544); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF063 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF063 is #320F9C. Grayscale: #D5D5D5. Windows color (decimal): -3280797 or 6549709. OLE color: 6549709.

HSL color Cylindrical-coordinate representation of color #CDF063: hue angle of 74.89º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CDF063 is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB 205 240 99 -
CMYK 0.15 0 0.59 0.06
HSL 74.89º 0.82% 0.66% -
HSV(B) 74.89º 0.59% 0.94% -
XYZ 58.59 76.2 23.42 -
YUV 213.46 63.4 121.96 -
System Red Green Blue C M Y K H S L
Decimal 205 240 99 0.15 0 0.59 0.06 74.89 0.82 0.66
Hex CD F0 63 F 0 3B 6 4B 52 42
Octal 315 360 143 17 0 73 6 113 122 102
Binary 11001101 11110000 1100011 1111 0 111011 110 1001011 1010010 1000010

Color Harmonies of #CDF063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF063

Black with #CDF063

Text Example


Text Example

White with #CDF063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF063; }

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

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

background-color css

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

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

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

border-color css

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

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

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