Shades of Mindaro #CDF368
Tints of Mindaro #CDF368
RGB
CMYK
RGB Variations
Color information
#CDF368 (or 0xCDF368) is known color: Mindaro. HEX triplet: CD, F3 and 68. RGB value is (205,243,104). Sum of RGB (Red+Green+Blue) = 205+243+104=552 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.14% from 552); Green value is 243 (95.31% from 255 or 44.02% from 552); Blue value is 104 (41.02% from 255 or 18.84% from 552); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF368 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF368 is #320C97. Grayscale: #D8D8D8. Windows color (decimal): -3280024 or 6878157. OLE color: 6878157.
HSL color Cylindrical-coordinate representation of color #CDF368: hue angle of 76.4º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CDF368 is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 243 | 104 | - |
| CMYK | 0.16 | 0 | 0.57 | 0.05 |
| HSL | 76.4º | 0.85% | 0.68% | - |
| HSV(B) | 76.4º | 0.57% | 0.95% | - |
| XYZ | 59.73 | 78.08 | 25.02 | - |
| YUV | 215.79 | 64.91 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 243 | 104 | 0.16 | 0 | 0.57 | 0.05 | 76.4 | 0.85 | 0.68 |
| Hex | CD | F3 | 68 | 10 | 0 | 39 | 5 | 4C | 55 | 44 |
| Octal | 315 | 363 | 150 | 20 | 0 | 71 | 5 | 114 | 125 | 104 |
| Binary | 11001101 | 11110011 | 1101000 | 10000 | 0 | 111001 | 101 | 1001100 | 1010101 | 1000100 |
Color Harmonies of #CDF368
Complementary color
Monochromatic Colors of #CDF368
Black with #CDF368
Text Example
Text Example
White with #CDF368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF368; }
p { color: rgb(205,243,104); }
H1.HeaderClassName
{
color: #CDF368;
}
.AnyTagClassName
{
color: #CDF368;
}
</style>
background-color css
<style>
a { background-color: #CDF368; }
a { background-color: rgb(205,243,104); }
div.DivClassName
{
background-color: #CDF368;
}
.BgClassName
{
background-color: #CDF368;
}
</style>
border-color css
<style>
span { border-color: #CDF368; }
span { border-color: rgb(205,243,104); }
td.TdClassName
{
border-color: #CDF368;
}
.TagClassName
{
border-color: #CDF368;
}
</style>