Shades of Mindaro #CFF55B
Tints of Mindaro #CFF55B
RGB
CMYK
RGB Variations
Color information
#CFF55B (or 0xCFF55B) is known color: Mindaro. HEX triplet: CF, F5 and 5B. RGB value is (207,245,91). Sum of RGB (Red+Green+Blue) = 207+245+91=543 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.12% from 543); Green value is 245 (96.09% from 255 or 45.12% from 543); Blue value is 91 (35.94% from 255 or 16.76% from 543); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF55B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF55B is #300AA4. Grayscale: #D8D8D8. Windows color (decimal): -3148453 or 6026703. OLE color: 6026703.
HSL color Cylindrical-coordinate representation of color #CFF55B: hue angle of 74.81º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CFF55B is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 245 | 91 | - |
| CMYK | 0.16 | 0 | 0.63 | 0.04 |
| HSL | 74.81º | 0.89% | 0.66% | - |
| HSV(B) | 74.81º | 0.63% | 0.96% | - |
| XYZ | 60.27 | 79.33 | 22.03 | - |
| YUV | 216.08 | 57.41 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 245 | 91 | 0.16 | 0 | 0.63 | 0.04 | 74.81 | 0.89 | 0.66 |
| Hex | CF | F5 | 5B | 10 | 0 | 3F | 4 | 4B | 59 | 42 |
| Octal | 317 | 365 | 133 | 20 | 0 | 77 | 4 | 113 | 131 | 102 |
| Binary | 11001111 | 11110101 | 1011011 | 10000 | 0 | 111111 | 100 | 1001011 | 1011001 | 1000010 |
Color Harmonies of #CFF55B
Complementary color
Monochromatic Colors of #CFF55B
Black with #CFF55B
Text Example
Text Example
White with #CFF55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF55B; }
p { color: rgb(207,245,91); }
H1.HeaderClassName
{
color: #CFF55B;
}
.AnyTagClassName
{
color: #CFF55B;
}
</style>
background-color css
<style>
a { background-color: #CFF55B; }
a { background-color: rgb(207,245,91); }
div.DivClassName
{
background-color: #CFF55B;
}
.BgClassName
{
background-color: #CFF55B;
}
</style>
border-color css
<style>
span { border-color: #CFF55B; }
span { border-color: rgb(207,245,91); }
td.TdClassName
{
border-color: #CFF55B;
}
.TagClassName
{
border-color: #CFF55B;
}
</style>