Shades of Mindaro #CDFF64
Tints of Mindaro #CDFF64
RGB
CMYK
RGB Variations
Color information
#CDFF64 (or 0xCDFF64) is known color: Mindaro. HEX triplet: CD, FF and 64. RGB value is (205,255,100). Sum of RGB (Red+Green+Blue) = 205+255+100=560 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.61% from 560); Green value is 255 (100% from 255 or 45.54% from 560); Blue value is 100 (39.45% from 255 or 17.86% from 560); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFF64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDFF64 is #32009B. Grayscale: #DEDEDE. Windows color (decimal): -3276956 or 6619085. OLE color: 6619085.
HSL color Cylindrical-coordinate representation of color #CDFF64: hue angle of 79.35º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CDFF64 is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 255 | 100 | - |
| CMYK | 0.20 | 0 | 0.61 | 0 |
| HSL | 79.35º | 1% | 0.7% | - |
| HSV(B) | 79.35º | 0.61% | 1% | - |
| XYZ | 63.24 | 85.42 | 25.21 | - |
| YUV | 222.38 | 58.94 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 255 | 100 | 0.20 | 0 | 0.61 | 0 | 79.35 | 1 | 0.7 |
| Hex | CD | FF | 64 | 14 | 0 | 3D | 0 | 4F | 64 | 46 |
| Octal | 315 | 377 | 144 | 24 | 0 | 75 | 0 | 117 | 144 | 106 |
| Binary | 11001101 | 11111111 | 1100100 | 10100 | 0 | 111101 | 0 | 1001111 | 1100100 | 1000110 |
Color Harmonies of #CDFF64
Complementary color
Monochromatic Colors of #CDFF64
Black with #CDFF64
Text Example
Text Example
White with #CDFF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFF64; }
p { color: rgb(205,255,100); }
H1.HeaderClassName
{
color: #CDFF64;
}
.AnyTagClassName
{
color: #CDFF64;
}
</style>
background-color css
<style>
a { background-color: #CDFF64; }
a { background-color: rgb(205,255,100); }
div.DivClassName
{
background-color: #CDFF64;
}
.BgClassName
{
background-color: #CDFF64;
}
</style>
border-color css
<style>
span { border-color: #CDFF64; }
span { border-color: rgb(205,255,100); }
td.TdClassName
{
border-color: #CDFF64;
}
.TagClassName
{
border-color: #CDFF64;
}
</style>