Shades of Mindaro #CFFF61
Tints of Mindaro #CFFF61
RGB
CMYK
RGB Variations
Color information
#CFFF61 (or 0xCFFF61) is known color: Mindaro. HEX triplet: CF, FF and 61. RGB value is (207,255,97). Sum of RGB (Red+Green+Blue) = 207+255+97=559 (74% of max value = 765). Red value is 207 (81.25% from 255 or 37.03% from 559); Green value is 255 (100% from 255 or 45.62% from 559); Blue value is 97 (38.28% from 255 or 17.35% from 559); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFF61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFF61 is #30009E. Grayscale: #DFDFDF. Windows color (decimal): -3145887 or 6422479. OLE color: 6422479.
HSL color Cylindrical-coordinate representation of color #CFFF61: hue angle of 78.23º 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 #CFFF61 is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 97 | - |
| CMYK | 0.19 | 0 | 0.62 | 0 |
| HSL | 78.23º | 1% | 0.69% | - |
| HSV(B) | 78.23º | 0.62% | 1% | - |
| XYZ | 63.65 | 85.65 | 24.49 | - |
| YUV | 222.64 | 57.1 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 97 | 0.19 | 0 | 0.62 | 0 | 78.23 | 1 | 0.69 |
| Hex | CF | FF | 61 | 13 | 0 | 3E | 0 | 4E | 64 | 45 |
| Octal | 317 | 377 | 141 | 23 | 0 | 76 | 0 | 116 | 144 | 105 |
| Binary | 11001111 | 11111111 | 1100001 | 10011 | 0 | 111110 | 0 | 1001110 | 1100100 | 1000101 |
Color Harmonies of #CFFF61
Complementary color
Monochromatic Colors of #CFFF61
Black with #CFFF61
Text Example
Text Example
White with #CFFF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFF61; }
p { color: rgb(207,255,97); }
H1.HeaderClassName
{
color: #CFFF61;
}
.AnyTagClassName
{
color: #CFFF61;
}
</style>
background-color css
<style>
a { background-color: #CFFF61; }
a { background-color: rgb(207,255,97); }
div.DivClassName
{
background-color: #CFFF61;
}
.BgClassName
{
background-color: #CFFF61;
}
</style>
border-color css
<style>
span { border-color: #CFFF61; }
span { border-color: rgb(207,255,97); }
td.TdClassName
{
border-color: #CFFF61;
}
.TagClassName
{
border-color: #CFFF61;
}
</style>