Shades of Mindaro #CBFC53
Tints of Mindaro #CBFC53
RGB
CMYK
RGB Variations
Color information
#CBFC53 (or 0xCBFC53) is known color: Mindaro. HEX triplet: CB, FC and 53. RGB value is (203,252,83). Sum of RGB (Red+Green+Blue) = 203+252+83=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 252 (98.83% from 255 or 46.84% from 538); Blue value is 83 (32.81% from 255 or 15.43% from 538); Max value from RGB is 252 - color contains mainly: green. Hex color #CBFC53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBFC53 is #3403AC. Grayscale: #DADADA. Windows color (decimal): -3408813 or 5504203. OLE color: 5504203.
HSL color Cylindrical-coordinate representation of color #CBFC53: hue angle of 77.4º degrees, saturation: 0.97, 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 #CBFC53 is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 252 | 83 | - |
| CMYK | 0.19 | 0 | 0.67 | 0.01 |
| HSL | 77.4º | 0.97% | 0.66% | - |
| HSV(B) | 77.4º | 0.67% | 0.99% | - |
| XYZ | 61 | 82.94 | 20.98 | - |
| YUV | 218.08 | 51.77 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 252 | 83 | 0.19 | 0 | 0.67 | 0.01 | 77.4 | 0.97 | 0.66 |
| Hex | CB | FC | 53 | 13 | 0 | 43 | 1 | 4D | 61 | 42 |
| Octal | 313 | 374 | 123 | 23 | 0 | 103 | 1 | 115 | 141 | 102 |
| Binary | 11001011 | 11111100 | 1010011 | 10011 | 0 | 1000011 | 1 | 1001101 | 1100001 | 1000010 |
Color Harmonies of #CBFC53
Complementary color
Monochromatic Colors of #CBFC53
Black with #CBFC53
Text Example
Text Example
White with #CBFC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFC53; }
p { color: rgb(203,252,83); }
H1.HeaderClassName
{
color: #CBFC53;
}
.AnyTagClassName
{
color: #CBFC53;
}
</style>
background-color css
<style>
a { background-color: #CBFC53; }
a { background-color: rgb(203,252,83); }
div.DivClassName
{
background-color: #CBFC53;
}
.BgClassName
{
background-color: #CBFC53;
}
</style>
border-color css
<style>
span { border-color: #CBFC53; }
span { border-color: rgb(203,252,83); }
td.TdClassName
{
border-color: #CBFC53;
}
.TagClassName
{
border-color: #CBFC53;
}
</style>