Shades of Mindaro #CFF45F
Tints of Mindaro #CFF45F
RGB
CMYK
RGB Variations
Color information
#CFF45F (or 0xCFF45F) is known color: Mindaro. HEX triplet: CF, F4 and 5F. RGB value is (207,244,95). Sum of RGB (Red+Green+Blue) = 207+244+95=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 244 (95.70% from 255 or 44.69% from 546); Blue value is 95 (37.5% from 255 or 17.40% from 546); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF45F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF45F is #300BA0. Grayscale: #D8D8D8. Windows color (decimal): -3148705 or 6288591. OLE color: 6288591.
HSL color Cylindrical-coordinate representation of color #CFF45F: hue angle of 74.9º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CFF45F is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 244 | 95 | - |
| CMYK | 0.15 | 0 | 0.61 | 0.04 |
| HSL | 74.9º | 0.87% | 0.66% | - |
| HSV(B) | 74.9º | 0.61% | 0.96% | - |
| XYZ | 60.15 | 78.79 | 22.86 | - |
| YUV | 215.95 | 59.74 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 244 | 95 | 0.15 | 0 | 0.61 | 0.04 | 74.9 | 0.87 | 0.66 |
| Hex | CF | F4 | 5F | F | 0 | 3D | 4 | 4B | 57 | 42 |
| Octal | 317 | 364 | 137 | 17 | 0 | 75 | 4 | 113 | 127 | 102 |
| Binary | 11001111 | 11110100 | 1011111 | 1111 | 0 | 111101 | 100 | 1001011 | 1010111 | 1000010 |
Color Harmonies of #CFF45F
Complementary color
Monochromatic Colors of #CFF45F
Black with #CFF45F
Text Example
Text Example
White with #CFF45F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF45F; }
p { color: rgb(207,244,95); }
H1.HeaderClassName
{
color: #CFF45F;
}
.AnyTagClassName
{
color: #CFF45F;
}
</style>
background-color css
<style>
a { background-color: #CFF45F; }
a { background-color: rgb(207,244,95); }
div.DivClassName
{
background-color: #CFF45F;
}
.BgClassName
{
background-color: #CFF45F;
}
</style>
border-color css
<style>
span { border-color: #CFF45F; }
span { border-color: rgb(207,244,95); }
td.TdClassName
{
border-color: #CFF45F;
}
.TagClassName
{
border-color: #CFF45F;
}
</style>