Shades of Mindaro #CBFC52
Tints of Mindaro #CBFC52
RGB
CMYK
RGB Variations
Color information
#CBFC52 (or 0xCBFC52) is known color: Mindaro. HEX triplet: CB, FC and 52. RGB value is (203,252,82). Sum of RGB (Red+Green+Blue) = 203+252+82=537 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.80% from 537); Green value is 252 (98.83% from 255 or 46.93% from 537); Blue value is 82 (32.42% from 255 or 15.27% from 537); Max value from RGB is 252 - color contains mainly: green. Hex color #CBFC52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBFC52 is #3403AD. Grayscale: #DADADA. Windows color (decimal): -3408814 or 5438667. OLE color: 5438667.
HSL color Cylindrical-coordinate representation of color #CBFC52: hue angle of 77.29º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CBFC52 is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 252 | 82 | - |
| CMYK | 0.19 | 0 | 0.67 | 0.01 |
| HSL | 77.29º | 0.97% | 0.65% | - |
| HSV(B) | 77.29º | 0.67% | 0.99% | - |
| XYZ | 60.96 | 82.93 | 20.78 | - |
| YUV | 217.97 | 51.27 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 252 | 82 | 0.19 | 0 | 0.67 | 0.01 | 77.29 | 0.97 | 0.65 |
| Hex | CB | FC | 52 | 13 | 0 | 43 | 1 | 4D | 61 | 41 |
| Octal | 313 | 374 | 122 | 23 | 0 | 103 | 1 | 115 | 141 | 101 |
| Binary | 11001011 | 11111100 | 1010010 | 10011 | 0 | 1000011 | 1 | 1001101 | 1100001 | 1000001 |
Color Harmonies of #CBFC52
Complementary color
Monochromatic Colors of #CBFC52
Black with #CBFC52
Text Example
Text Example
White with #CBFC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFC52; }
p { color: rgb(203,252,82); }
H1.HeaderClassName
{
color: #CBFC52;
}
.AnyTagClassName
{
color: #CBFC52;
}
</style>
background-color css
<style>
a { background-color: #CBFC52; }
a { background-color: rgb(203,252,82); }
div.DivClassName
{
background-color: #CBFC52;
}
.BgClassName
{
background-color: #CBFC52;
}
</style>
border-color css
<style>
span { border-color: #CBFC52; }
span { border-color: rgb(203,252,82); }
td.TdClassName
{
border-color: #CBFC52;
}
.TagClassName
{
border-color: #CBFC52;
}
</style>