Shades of Mindaro #CFFF53
Tints of Mindaro #CFFF53
RGB
CMYK
RGB Variations
Color information
#CFFF53 (or 0xCFFF53) is known color: Mindaro. HEX triplet: CF, FF and 53. RGB value is (207,255,83). Sum of RGB (Red+Green+Blue) = 207+255+83=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 255 (100% from 255 or 46.79% from 545); Blue value is 83 (32.81% from 255 or 15.23% from 545); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFF53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFF53 is #3000AC. Grayscale: #DDDDDD. Windows color (decimal): -3145901 or 5504975. OLE color: 5504975.
HSL color Cylindrical-coordinate representation of color #CFFF53: hue angle of 76.74º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CFFF53 is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 83 | - |
| CMYK | 0.19 | 0 | 0.67 | 0 |
| HSL | 76.74º | 1% | 0.66% | - |
| HSV(B) | 76.74º | 0.67% | 1% | - |
| XYZ | 63.05 | 85.41 | 21.35 | - |
| YUV | 221.04 | 50.1 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 83 | 0.19 | 0 | 0.67 | 0 | 76.74 | 1 | 0.66 |
| Hex | CF | FF | 53 | 13 | 0 | 43 | 0 | 4D | 64 | 42 |
| Octal | 317 | 377 | 123 | 23 | 0 | 103 | 0 | 115 | 144 | 102 |
| Binary | 11001111 | 11111111 | 1010011 | 10011 | 0 | 1000011 | 0 | 1001101 | 1100100 | 1000010 |
Color Harmonies of #CFFF53
Complementary color
Monochromatic Colors of #CFFF53
Black with #CFFF53
Text Example
Text Example
White with #CFFF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFF53; }
p { color: rgb(207,255,83); }
H1.HeaderClassName
{
color: #CFFF53;
}
.AnyTagClassName
{
color: #CFFF53;
}
</style>
background-color css
<style>
a { background-color: #CFFF53; }
a { background-color: rgb(207,255,83); }
div.DivClassName
{
background-color: #CFFF53;
}
.BgClassName
{
background-color: #CFFF53;
}
</style>
border-color css
<style>
span { border-color: #CFFF53; }
span { border-color: rgb(207,255,83); }
td.TdClassName
{
border-color: #CFFF53;
}
.TagClassName
{
border-color: #CFFF53;
}
</style>