Shades of Mindaro #CDF867
Tints of Mindaro #CDF867
RGB
CMYK
RGB Variations
Color information
#CDF867 (or 0xCDF867) is known color: Mindaro. HEX triplet: CD, F8 and 67. RGB value is (205,248,103). Sum of RGB (Red+Green+Blue) = 205+248+103=556 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.87% from 556); Green value is 248 (97.27% from 255 or 44.60% from 556); Blue value is 103 (40.62% from 255 or 18.53% from 556); Max value from RGB is 248 - color contains mainly: green. Hex color #CDF867 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF867 is #320798. Grayscale: #DBDBDB. Windows color (decimal): -3278745 or 6813901. OLE color: 6813901.
HSL color Cylindrical-coordinate representation of color #CDF867: hue angle of 77.79º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CDF867 is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 248 | 103 | - |
| CMYK | 0.17 | 0 | 0.58 | 0.03 |
| HSL | 77.79º | 0.91% | 0.69% | - |
| HSV(B) | 77.79º | 0.58% | 0.97% | - |
| XYZ | 61.19 | 81.09 | 25.26 | - |
| YUV | 218.61 | 62.75 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 248 | 103 | 0.17 | 0 | 0.58 | 0.03 | 77.79 | 0.91 | 0.69 |
| Hex | CD | F8 | 67 | 11 | 0 | 3A | 3 | 4E | 5B | 45 |
| Octal | 315 | 370 | 147 | 21 | 0 | 72 | 3 | 116 | 133 | 105 |
| Binary | 11001101 | 11111000 | 1100111 | 10001 | 0 | 111010 | 11 | 1001110 | 1011011 | 1000101 |
Color Harmonies of #CDF867
Complementary color
Monochromatic Colors of #CDF867
Black with #CDF867
Text Example
Text Example
White with #CDF867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF867; }
p { color: rgb(205,248,103); }
H1.HeaderClassName
{
color: #CDF867;
}
.AnyTagClassName
{
color: #CDF867;
}
</style>
background-color css
<style>
a { background-color: #CDF867; }
a { background-color: rgb(205,248,103); }
div.DivClassName
{
background-color: #CDF867;
}
.BgClassName
{
background-color: #CDF867;
}
</style>
border-color css
<style>
span { border-color: #CDF867; }
span { border-color: rgb(205,248,103); }
td.TdClassName
{
border-color: #CDF867;
}
.TagClassName
{
border-color: #CDF867;
}
</style>