Shades of Mindaro #CBFD51
Tints of Mindaro #CBFD51
RGB
CMYK
RGB Variations
Color information
#CBFD51 (or 0xCBFD51) is known color: Mindaro. HEX triplet: CB, FD and 51. RGB value is (203,253,81). Sum of RGB (Red+Green+Blue) = 203+253+81=537 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.80% from 537); Green value is 253 (99.22% from 255 or 47.11% from 537); Blue value is 81 (32.03% from 255 or 15.08% from 537); Max value from RGB is 253 - color contains mainly: green. Hex color #CBFD51 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBFD51 is #3402AE. Grayscale: #DBDBDB. Windows color (decimal): -3408559 or 5373387. OLE color: 5373387.
HSL color Cylindrical-coordinate representation of color #CBFD51: hue angle of 77.44º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CBFD51 is Cyan = 0.20, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 253 | 81 | - |
| CMYK | 0.20 | 0 | 0.68 | 0.01 |
| HSL | 77.44º | 0.98% | 0.65% | - |
| HSV(B) | 77.44º | 0.68% | 0.99% | - |
| XYZ | 61.24 | 83.54 | 20.68 | - |
| YUV | 218.44 | 50.44 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 253 | 81 | 0.20 | 0 | 0.68 | 0.01 | 77.44 | 0.98 | 0.65 |
| Hex | CB | FD | 51 | 14 | 0 | 44 | 1 | 4D | 62 | 41 |
| Octal | 313 | 375 | 121 | 24 | 0 | 104 | 1 | 115 | 142 | 101 |
| Binary | 11001011 | 11111101 | 1010001 | 10100 | 0 | 1000100 | 1 | 1001101 | 1100010 | 1000001 |
Color Harmonies of #CBFD51
Complementary color
Monochromatic Colors of #CBFD51
Black with #CBFD51
Text Example
Text Example
White with #CBFD51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFD51; }
p { color: rgb(203,253,81); }
H1.HeaderClassName
{
color: #CBFD51;
}
.AnyTagClassName
{
color: #CBFD51;
}
</style>
background-color css
<style>
a { background-color: #CBFD51; }
a { background-color: rgb(203,253,81); }
div.DivClassName
{
background-color: #CBFD51;
}
.BgClassName
{
background-color: #CBFD51;
}
</style>
border-color css
<style>
span { border-color: #CBFD51; }
span { border-color: rgb(203,253,81); }
td.TdClassName
{
border-color: #CBFD51;
}
.TagClassName
{
border-color: #CBFD51;
}
</style>