Shades of Mindaro #CDFC63
Tints of Mindaro #CDFC63
RGB
CMYK
RGB Variations
Color information
#CDFC63 (or 0xCDFC63) is known color: Mindaro. HEX triplet: CD, FC and 63. RGB value is (205,252,99). Sum of RGB (Red+Green+Blue) = 205+252+99=556 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.87% from 556); Green value is 252 (98.83% from 255 or 45.32% from 556); Blue value is 99 (39.06% from 255 or 17.81% from 556); Max value from RGB is 252 - color contains mainly: green. Hex color #CDFC63 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDFC63 is #32039C. Grayscale: #DDDDDD. Windows color (decimal): -3277725 or 6552781. OLE color: 6552781.
HSL color Cylindrical-coordinate representation of color #CDFC63: hue angle of 78.43º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CDFC63 is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 252 | 99 | - |
| CMYK | 0.19 | 0 | 0.61 | 0.01 |
| HSL | 78.43º | 0.96% | 0.69% | - |
| HSV(B) | 78.43º | 0.61% | 0.99% | - |
| XYZ | 62.24 | 83.5 | 24.64 | - |
| YUV | 220.51 | 59.43 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 252 | 99 | 0.19 | 0 | 0.61 | 0.01 | 78.43 | 0.96 | 0.69 |
| Hex | CD | FC | 63 | 13 | 0 | 3D | 1 | 4E | 60 | 45 |
| Octal | 315 | 374 | 143 | 23 | 0 | 75 | 1 | 116 | 140 | 105 |
| Binary | 11001101 | 11111100 | 1100011 | 10011 | 0 | 111101 | 1 | 1001110 | 1100000 | 1000101 |
Color Harmonies of #CDFC63
Complementary color
Monochromatic Colors of #CDFC63
Black with #CDFC63
Text Example
Text Example
White with #CDFC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFC63; }
p { color: rgb(205,252,99); }
H1.HeaderClassName
{
color: #CDFC63;
}
.AnyTagClassName
{
color: #CDFC63;
}
</style>
background-color css
<style>
a { background-color: #CDFC63; }
a { background-color: rgb(205,252,99); }
div.DivClassName
{
background-color: #CDFC63;
}
.BgClassName
{
background-color: #CDFC63;
}
</style>
border-color css
<style>
span { border-color: #CDFC63; }
span { border-color: rgb(205,252,99); }
td.TdClassName
{
border-color: #CDFC63;
}
.TagClassName
{
border-color: #CDFC63;
}
</style>