Shades of Mindaro #CBFF52
Tints of Mindaro #CBFF52
RGB
CMYK
RGB Variations
Color information
#CBFF52 (or 0xCBFF52) is known color: Mindaro. HEX triplet: CB, FF and 52. RGB value is (203,255,82). Sum of RGB (Red+Green+Blue) = 203+255+82=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 255 (100% from 255 or 47.22% from 540); Blue value is 82 (32.42% from 255 or 15.19% from 540); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFF52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBFF52 is #3400AD. Grayscale: #DCDCDC. Windows color (decimal): -3408046 or 5439435. OLE color: 5439435.
HSL color Cylindrical-coordinate representation of color #CBFF52: hue angle of 78.03º 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 #CBFF52 is Cyan = 0.20, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 255 | 82 | - |
| CMYK | 0.20 | 0 | 0.68 | 0 |
| HSL | 78.03º | 1% | 0.66% | - |
| HSV(B) | 78.03º | 0.68% | 1% | - |
| XYZ | 61.91 | 84.83 | 21.09 | - |
| YUV | 219.73 | 50.27 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 255 | 82 | 0.20 | 0 | 0.68 | 0 | 78.03 | 1 | 0.66 |
| Hex | CB | FF | 52 | 14 | 0 | 44 | 0 | 4E | 64 | 42 |
| Octal | 313 | 377 | 122 | 24 | 0 | 104 | 0 | 116 | 144 | 102 |
| Binary | 11001011 | 11111111 | 1010010 | 10100 | 0 | 1000100 | 0 | 1001110 | 1100100 | 1000010 |
Color Harmonies of #CBFF52
Complementary color
Monochromatic Colors of #CBFF52
Black with #CBFF52
Text Example
Text Example
White with #CBFF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFF52; }
p { color: rgb(203,255,82); }
H1.HeaderClassName
{
color: #CBFF52;
}
.AnyTagClassName
{
color: #CBFF52;
}
</style>
background-color css
<style>
a { background-color: #CBFF52; }
a { background-color: rgb(203,255,82); }
div.DivClassName
{
background-color: #CBFF52;
}
.BgClassName
{
background-color: #CBFF52;
}
</style>
border-color css
<style>
span { border-color: #CBFF52; }
span { border-color: rgb(203,255,82); }
td.TdClassName
{
border-color: #CBFF52;
}
.TagClassName
{
border-color: #CBFF52;
}
</style>