Shades of Mindaro #CFF45D
Tints of Mindaro #CFF45D
RGB
CMYK
RGB Variations
Color information
#CFF45D (or 0xCFF45D) is known color: Mindaro. HEX triplet: CF, F4 and 5D. RGB value is (207,244,93). Sum of RGB (Red+Green+Blue) = 207+244+93=544 (72% of max value = 765). Red value is 207 (81.25% from 255 or 38.05% from 544); Green value is 244 (95.70% from 255 or 44.85% from 544); Blue value is 93 (36.72% from 255 or 17.10% from 544); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF45D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF45D is #300BA2. Grayscale: #D8D8D8. Windows color (decimal): -3148707 or 6157519. OLE color: 6157519.
HSL color Cylindrical-coordinate representation of color #CFF45D: hue angle of 74.7º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CFF45D is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 244 | 93 | - |
| CMYK | 0.15 | 0 | 0.62 | 0.04 |
| HSL | 74.7º | 0.87% | 0.66% | - |
| HSV(B) | 74.7º | 0.62% | 0.96% | - |
| XYZ | 60.06 | 78.76 | 22.39 | - |
| YUV | 215.72 | 58.74 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 244 | 93 | 0.15 | 0 | 0.62 | 0.04 | 74.7 | 0.87 | 0.66 |
| Hex | CF | F4 | 5D | F | 0 | 3E | 4 | 4B | 57 | 42 |
| Octal | 317 | 364 | 135 | 17 | 0 | 76 | 4 | 113 | 127 | 102 |
| Binary | 11001111 | 11110100 | 1011101 | 1111 | 0 | 111110 | 100 | 1001011 | 1010111 | 1000010 |
Color Harmonies of #CFF45D
Complementary color
Monochromatic Colors of #CFF45D
Black with #CFF45D
Text Example
Text Example
White with #CFF45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF45D; }
p { color: rgb(207,244,93); }
H1.HeaderClassName
{
color: #CFF45D;
}
.AnyTagClassName
{
color: #CFF45D;
}
</style>
background-color css
<style>
a { background-color: #CFF45D; }
a { background-color: rgb(207,244,93); }
div.DivClassName
{
background-color: #CFF45D;
}
.BgClassName
{
background-color: #CFF45D;
}
</style>
border-color css
<style>
span { border-color: #CFF45D; }
span { border-color: rgb(207,244,93); }
td.TdClassName
{
border-color: #CFF45D;
}
.TagClassName
{
border-color: #CFF45D;
}
</style>