Shades of Mindaro #CBFF53
Tints of Mindaro #CBFF53
RGB
CMYK
RGB Variations
Color information
#CBFF53 (or 0xCBFF53) is known color: Mindaro. HEX triplet: CB, FF and 53. RGB value is (203,255,83). Sum of RGB (Red+Green+Blue) = 203+255+83=541 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.52% from 541); Green value is 255 (100% from 255 or 47.13% from 541); Blue value is 83 (32.81% from 255 or 15.34% from 541); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFF53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBFF53 is #3400AC. Grayscale: #DCDCDC. Windows color (decimal): -3408045 or 5504971. OLE color: 5504971.
HSL color Cylindrical-coordinate representation of color #CBFF53: hue angle of 78.14º 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 #CBFF53 is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 255 | 83 | - |
| CMYK | 0.20 | 0 | 0.67 | 0 |
| HSL | 78.14º | 1% | 0.66% | - |
| HSV(B) | 78.14º | 0.67% | 1% | - |
| XYZ | 61.95 | 84.84 | 21.29 | - |
| YUV | 219.84 | 50.77 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 255 | 83 | 0.20 | 0 | 0.67 | 0 | 78.14 | 1 | 0.66 |
| Hex | CB | FF | 53 | 14 | 0 | 43 | 0 | 4E | 64 | 42 |
| Octal | 313 | 377 | 123 | 24 | 0 | 103 | 0 | 116 | 144 | 102 |
| Binary | 11001011 | 11111111 | 1010011 | 10100 | 0 | 1000011 | 0 | 1001110 | 1100100 | 1000010 |
Color Harmonies of #CBFF53
Complementary color
Monochromatic Colors of #CBFF53
Black with #CBFF53
Text Example
Text Example
White with #CBFF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFF53; }
p { color: rgb(203,255,83); }
H1.HeaderClassName
{
color: #CBFF53;
}
.AnyTagClassName
{
color: #CBFF53;
}
</style>
background-color css
<style>
a { background-color: #CBFF53; }
a { background-color: rgb(203,255,83); }
div.DivClassName
{
background-color: #CBFF53;
}
.BgClassName
{
background-color: #CBFF53;
}
</style>
border-color css
<style>
span { border-color: #CBFF53; }
span { border-color: rgb(203,255,83); }
td.TdClassName
{
border-color: #CBFF53;
}
.TagClassName
{
border-color: #CBFF53;
}
</style>