Shades of Mindaro #CFF45C
Tints of Mindaro #CFF45C
RGB
CMYK
RGB Variations
Color information
#CFF45C (or 0xCFF45C) is known color: Mindaro. HEX triplet: CF, F4 and 5C. RGB value is (207,244,92). Sum of RGB (Red+Green+Blue) = 207+244+92=543 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.12% from 543); Green value is 244 (95.70% from 255 or 44.94% from 543); Blue value is 92 (36.33% from 255 or 16.94% from 543); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF45C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF45C is #300BA3. Grayscale: #D8D8D8. Windows color (decimal): -3148708 or 6091983. OLE color: 6091983.
HSL color Cylindrical-coordinate representation of color #CFF45C: hue angle of 74.61º 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 #CFF45C is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 244 | 92 | - |
| CMYK | 0.15 | 0 | 0.62 | 0.04 |
| HSL | 74.61º | 0.87% | 0.66% | - |
| HSV(B) | 74.61º | 0.62% | 0.96% | - |
| XYZ | 60.01 | 78.74 | 22.16 | - |
| YUV | 215.61 | 58.24 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 244 | 92 | 0.15 | 0 | 0.62 | 0.04 | 74.61 | 0.87 | 0.66 |
| Hex | CF | F4 | 5C | F | 0 | 3E | 4 | 4B | 57 | 42 |
| Octal | 317 | 364 | 134 | 17 | 0 | 76 | 4 | 113 | 127 | 102 |
| Binary | 11001111 | 11110100 | 1011100 | 1111 | 0 | 111110 | 100 | 1001011 | 1010111 | 1000010 |
Color Harmonies of #CFF45C
Complementary color
Monochromatic Colors of #CFF45C
Black with #CFF45C
Text Example
Text Example
White with #CFF45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF45C; }
p { color: rgb(207,244,92); }
H1.HeaderClassName
{
color: #CFF45C;
}
.AnyTagClassName
{
color: #CFF45C;
}
</style>
background-color css
<style>
a { background-color: #CFF45C; }
a { background-color: rgb(207,244,92); }
div.DivClassName
{
background-color: #CFF45C;
}
.BgClassName
{
background-color: #CFF45C;
}
</style>
border-color css
<style>
span { border-color: #CFF45C; }
span { border-color: rgb(207,244,92); }
td.TdClassName
{
border-color: #CFF45C;
}
.TagClassName
{
border-color: #CFF45C;
}
</style>