Shades of Mindaro #CFF55C
Tints of Mindaro #CFF55C
RGB
CMYK
RGB Variations
Color information
#CFF55C (or 0xCFF55C) is known color: Mindaro. HEX triplet: CF, F5 and 5C. RGB value is (207,245,92). Sum of RGB (Red+Green+Blue) = 207+245+92=544 (72% of max value = 765). Red value is 207 (81.25% from 255 or 38.05% from 544); Green value is 245 (96.09% from 255 or 45.04% from 544); Blue value is 92 (36.33% from 255 or 16.91% from 544); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF55C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF55C is #300AA3. Grayscale: #D8D8D8. Windows color (decimal): -3148452 or 6092239. OLE color: 6092239.
HSL color Cylindrical-coordinate representation of color #CFF55C: hue angle of 74.9º degrees, saturation: 0.88, 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 #CFF55C is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 245 | 92 | - |
| CMYK | 0.16 | 0 | 0.62 | 0.04 |
| HSL | 74.9º | 0.88% | 0.66% | - |
| HSV(B) | 74.9º | 0.62% | 0.96% | - |
| XYZ | 60.32 | 79.34 | 22.26 | - |
| YUV | 216.2 | 57.91 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 245 | 92 | 0.16 | 0 | 0.62 | 0.04 | 74.9 | 0.88 | 0.66 |
| Hex | CF | F5 | 5C | 10 | 0 | 3E | 4 | 4B | 58 | 42 |
| Octal | 317 | 365 | 134 | 20 | 0 | 76 | 4 | 113 | 130 | 102 |
| Binary | 11001111 | 11110101 | 1011100 | 10000 | 0 | 111110 | 100 | 1001011 | 1011000 | 1000010 |
Color Harmonies of #CFF55C
Complementary color
Monochromatic Colors of #CFF55C
Black with #CFF55C
Text Example
Text Example
White with #CFF55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF55C; }
p { color: rgb(207,245,92); }
H1.HeaderClassName
{
color: #CFF55C;
}
.AnyTagClassName
{
color: #CFF55C;
}
</style>
background-color css
<style>
a { background-color: #CFF55C; }
a { background-color: rgb(207,245,92); }
div.DivClassName
{
background-color: #CFF55C;
}
.BgClassName
{
background-color: #CFF55C;
}
</style>
border-color css
<style>
span { border-color: #CFF55C; }
span { border-color: rgb(207,245,92); }
td.TdClassName
{
border-color: #CFF55C;
}
.TagClassName
{
border-color: #CFF55C;
}
</style>