Shades of Mindaro #CFFF62
Tints of Mindaro #CFFF62
RGB
CMYK
RGB Variations
Color information
#CFFF62 (or 0xCFFF62) is known color: Mindaro. HEX triplet: CF, FF and 62. RGB value is (207,255,98). Sum of RGB (Red+Green+Blue) = 207+255+98=560 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.96% from 560); Green value is 255 (100% from 255 or 45.54% from 560); Blue value is 98 (38.67% from 255 or 17.5% from 560); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFF62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFF62 is #30009D. Grayscale: #DFDFDF. Windows color (decimal): -3145886 or 6488015. OLE color: 6488015.
HSL color Cylindrical-coordinate representation of color #CFFF62: hue angle of 78.34º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CFFF62 is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 98 | - |
| CMYK | 0.19 | 0 | 0.62 | 0 |
| HSL | 78.34º | 1% | 0.69% | - |
| HSV(B) | 78.34º | 0.62% | 1% | - |
| XYZ | 63.7 | 85.67 | 24.73 | - |
| YUV | 222.75 | 57.6 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 98 | 0.19 | 0 | 0.62 | 0 | 78.34 | 1 | 0.69 |
| Hex | CF | FF | 62 | 13 | 0 | 3E | 0 | 4E | 64 | 45 |
| Octal | 317 | 377 | 142 | 23 | 0 | 76 | 0 | 116 | 144 | 105 |
| Binary | 11001111 | 11111111 | 1100010 | 10011 | 0 | 111110 | 0 | 1001110 | 1100100 | 1000101 |
Color Harmonies of #CFFF62
Complementary color
Monochromatic Colors of #CFFF62
Black with #CFFF62
Text Example
Text Example
White with #CFFF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFF62; }
p { color: rgb(207,255,98); }
H1.HeaderClassName
{
color: #CFFF62;
}
.AnyTagClassName
{
color: #CFFF62;
}
</style>
background-color css
<style>
a { background-color: #CFFF62; }
a { background-color: rgb(207,255,98); }
div.DivClassName
{
background-color: #CFFF62;
}
.BgClassName
{
background-color: #CFFF62;
}
</style>
border-color css
<style>
span { border-color: #CFFF62; }
span { border-color: rgb(207,255,98); }
td.TdClassName
{
border-color: #CFFF62;
}
.TagClassName
{
border-color: #CFFF62;
}
</style>