Shades of Mindaro #CFFD53
Tints of Mindaro #CFFD53
RGB
CMYK
RGB Variations
Color information
#CFFD53 (or 0xCFFD53) is known color: Mindaro. HEX triplet: CF, FD and 53. RGB value is (207,253,83). Sum of RGB (Red+Green+Blue) = 207+253+83=543 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.12% from 543); Green value is 253 (99.22% from 255 or 46.59% from 543); Blue value is 83 (32.81% from 255 or 15.29% from 543); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFD53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFD53 is #3002AC. Grayscale: #DCDCDC. Windows color (decimal): -3146413 or 5504463. OLE color: 5504463.
HSL color Cylindrical-coordinate representation of color #CFFD53: hue angle of 76.24º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CFFD53 is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 253 | 83 | - |
| CMYK | 0.18 | 0 | 0.67 | 0.01 |
| HSL | 76.24º | 0.98% | 0.66% | - |
| HSV(B) | 76.24º | 0.67% | 0.99% | - |
| XYZ | 62.42 | 84.14 | 21.13 | - |
| YUV | 219.87 | 50.76 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 253 | 83 | 0.18 | 0 | 0.67 | 0.01 | 76.24 | 0.98 | 0.66 |
| Hex | CF | FD | 53 | 12 | 0 | 43 | 1 | 4C | 62 | 42 |
| Octal | 317 | 375 | 123 | 22 | 0 | 103 | 1 | 114 | 142 | 102 |
| Binary | 11001111 | 11111101 | 1010011 | 10010 | 0 | 1000011 | 1 | 1001100 | 1100010 | 1000010 |
Color Harmonies of #CFFD53
Complementary color
Monochromatic Colors of #CFFD53
Black with #CFFD53
Text Example
Text Example
White with #CFFD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFD53; }
p { color: rgb(207,253,83); }
H1.HeaderClassName
{
color: #CFFD53;
}
.AnyTagClassName
{
color: #CFFD53;
}
</style>
background-color css
<style>
a { background-color: #CFFD53; }
a { background-color: rgb(207,253,83); }
div.DivClassName
{
background-color: #CFFD53;
}
.BgClassName
{
background-color: #CFFD53;
}
</style>
border-color css
<style>
span { border-color: #CFFD53; }
span { border-color: rgb(207,253,83); }
td.TdClassName
{
border-color: #CFFD53;
}
.TagClassName
{
border-color: #CFFD53;
}
</style>