Shades of Mindaro #CFFF4F
Tints of Mindaro #CFFF4F
RGB
CMYK
RGB Variations
Color information
#CFFF4F (or 0xCFFF4F) is known color: Mindaro. HEX triplet: CF, FF and 4F. RGB value is (207,255,79). Sum of RGB (Red+Green+Blue) = 207+255+79=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 255 (100% from 255 or 47.13% from 541); Blue value is 79 (31.25% from 255 or 14.60% from 541); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFF4F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFF4F is #3000B0. Grayscale: #DDDDDD. Windows color (decimal): -3145905 or 5242831. OLE color: 5242831.
HSL color Cylindrical-coordinate representation of color #CFFF4F: hue angle of 76.36º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CFFF4F is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 79 | - |
| CMYK | 0.19 | 0 | 0.69 | 0 |
| HSL | 76.36º | 1% | 0.65% | - |
| HSV(B) | 76.36º | 0.69% | 1% | - |
| XYZ | 62.9 | 85.35 | 20.56 | - |
| YUV | 220.58 | 48.1 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 79 | 0.19 | 0 | 0.69 | 0 | 76.36 | 1 | 0.65 |
| Hex | CF | FF | 4F | 13 | 0 | 45 | 0 | 4C | 64 | 41 |
| Octal | 317 | 377 | 117 | 23 | 0 | 105 | 0 | 114 | 144 | 101 |
| Binary | 11001111 | 11111111 | 1001111 | 10011 | 0 | 1000101 | 0 | 1001100 | 1100100 | 1000001 |
Color Harmonies of #CFFF4F
Complementary color
Monochromatic Colors of #CFFF4F
Black with #CFFF4F
Text Example
Text Example
White with #CFFF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFF4F; }
p { color: rgb(207,255,79); }
H1.HeaderClassName
{
color: #CFFF4F;
}
.AnyTagClassName
{
color: #CFFF4F;
}
</style>
background-color css
<style>
a { background-color: #CFFF4F; }
a { background-color: rgb(207,255,79); }
div.DivClassName
{
background-color: #CFFF4F;
}
.BgClassName
{
background-color: #CFFF4F;
}
</style>
border-color css
<style>
span { border-color: #CFFF4F; }
span { border-color: rgb(207,255,79); }
td.TdClassName
{
border-color: #CFFF4F;
}
.TagClassName
{
border-color: #CFFF4F;
}
</style>