Shades of Mindaro #CDFC64
Tints of Mindaro #CDFC64
RGB
CMYK
RGB Variations
Color information
#CDFC64 (or 0xCDFC64) is known color: Mindaro. HEX triplet: CD, FC and 64. RGB value is (205,252,100). Sum of RGB (Red+Green+Blue) = 205+252+100=557 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.80% from 557); Green value is 252 (98.83% from 255 or 45.24% from 557); Blue value is 100 (39.45% from 255 or 17.95% from 557); Max value from RGB is 252 - color contains mainly: green. Hex color #CDFC64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDFC64 is #32039B. Grayscale: #DDDDDD. Windows color (decimal): -3277724 or 6618317. OLE color: 6618317.
HSL color Cylindrical-coordinate representation of color #CDFC64: hue angle of 78.55º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CDFC64 is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 252 | 100 | - |
| CMYK | 0.19 | 0 | 0.60 | 0.01 |
| HSL | 78.55º | 0.96% | 0.69% | - |
| HSV(B) | 78.55º | 0.6% | 0.99% | - |
| XYZ | 62.29 | 83.52 | 24.89 | - |
| YUV | 220.62 | 59.93 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 252 | 100 | 0.19 | 0 | 0.60 | 0.01 | 78.55 | 0.96 | 0.69 |
| Hex | CD | FC | 64 | 13 | 0 | 3C | 1 | 4F | 60 | 45 |
| Octal | 315 | 374 | 144 | 23 | 0 | 74 | 1 | 117 | 140 | 105 |
| Binary | 11001101 | 11111100 | 1100100 | 10011 | 0 | 111100 | 1 | 1001111 | 1100000 | 1000101 |
Color Harmonies of #CDFC64
Complementary color
Monochromatic Colors of #CDFC64
Black with #CDFC64
Text Example
Text Example
White with #CDFC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFC64; }
p { color: rgb(205,252,100); }
H1.HeaderClassName
{
color: #CDFC64;
}
.AnyTagClassName
{
color: #CDFC64;
}
</style>
background-color css
<style>
a { background-color: #CDFC64; }
a { background-color: rgb(205,252,100); }
div.DivClassName
{
background-color: #CDFC64;
}
.BgClassName
{
background-color: #CDFC64;
}
</style>
border-color css
<style>
span { border-color: #CDFC64; }
span { border-color: rgb(205,252,100); }
td.TdClassName
{
border-color: #CDFC64;
}
.TagClassName
{
border-color: #CDFC64;
}
</style>