Shades of Mindaro #CBFF51
Tints of Mindaro #CBFF51
RGB
CMYK
RGB Variations
Color information
#CBFF51 (or 0xCBFF51) is known color: Mindaro. HEX triplet: CB, FF and 51. RGB value is (203,255,81). Sum of RGB (Red+Green+Blue) = 203+255+81=539 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.66% from 539); Green value is 255 (100% from 255 or 47.31% from 539); Blue value is 81 (32.03% from 255 or 15.03% from 539); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFF51 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBFF51 is #3400AE. Grayscale: #DCDCDC. Windows color (decimal): -3408047 or 5373899. OLE color: 5373899.
HSL color Cylindrical-coordinate representation of color #CBFF51: hue angle of 77.93º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CBFF51 is Cyan = 0.20, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 255 | 81 | - |
| CMYK | 0.20 | 0 | 0.68 | 0 |
| HSL | 77.93º | 1% | 0.66% | - |
| HSV(B) | 77.93º | 0.68% | 1% | - |
| XYZ | 61.87 | 84.81 | 20.89 | - |
| YUV | 219.62 | 49.77 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 255 | 81 | 0.20 | 0 | 0.68 | 0 | 77.93 | 1 | 0.66 |
| Hex | CB | FF | 51 | 14 | 0 | 44 | 0 | 4E | 64 | 42 |
| Octal | 313 | 377 | 121 | 24 | 0 | 104 | 0 | 116 | 144 | 102 |
| Binary | 11001011 | 11111111 | 1010001 | 10100 | 0 | 1000100 | 0 | 1001110 | 1100100 | 1000010 |
Color Harmonies of #CBFF51
Complementary color
Monochromatic Colors of #CBFF51
Black with #CBFF51
Text Example
Text Example
White with #CBFF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFF51; }
p { color: rgb(203,255,81); }
H1.HeaderClassName
{
color: #CBFF51;
}
.AnyTagClassName
{
color: #CBFF51;
}
</style>
background-color css
<style>
a { background-color: #CBFF51; }
a { background-color: rgb(203,255,81); }
div.DivClassName
{
background-color: #CBFF51;
}
.BgClassName
{
background-color: #CBFF51;
}
</style>
border-color css
<style>
span { border-color: #CBFF51; }
span { border-color: rgb(203,255,81); }
td.TdClassName
{
border-color: #CBFF51;
}
.TagClassName
{
border-color: #CBFF51;
}
</style>