Shades of Mindaro #CBFF62
Tints of Mindaro #CBFF62
RGB
CMYK
RGB Variations
Color information
#CBFF62 (or 0xCBFF62) is known color: Mindaro. HEX triplet: CB, FF and 62. RGB value is (203,255,98). Sum of RGB (Red+Green+Blue) = 203+255+98=556 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.51% from 556); Green value is 255 (100% from 255 or 45.86% from 556); Blue value is 98 (38.67% from 255 or 17.63% from 556); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFF62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBFF62 is #34009D. Grayscale: #DEDEDE. Windows color (decimal): -3408030 or 6488011. OLE color: 6488011.
HSL color Cylindrical-coordinate representation of color #CBFF62: hue angle of 79.87º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CBFF62 is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 255 | 98 | - |
| CMYK | 0.20 | 0 | 0.62 | 0 |
| HSL | 79.87º | 1% | 0.69% | - |
| HSV(B) | 79.87º | 0.62% | 1% | - |
| XYZ | 62.59 | 85.1 | 24.68 | - |
| YUV | 221.55 | 58.27 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 255 | 98 | 0.20 | 0 | 0.62 | 0 | 79.87 | 1 | 0.69 |
| Hex | CB | FF | 62 | 14 | 0 | 3E | 0 | 50 | 64 | 45 |
| Octal | 313 | 377 | 142 | 24 | 0 | 76 | 0 | 120 | 144 | 105 |
| Binary | 11001011 | 11111111 | 1100010 | 10100 | 0 | 111110 | 0 | 1010000 | 1100100 | 1000101 |
Color Harmonies of #CBFF62
Complementary color
Monochromatic Colors of #CBFF62
Black with #CBFF62
Text Example
Text Example
White with #CBFF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFF62; }
p { color: rgb(203,255,98); }
H1.HeaderClassName
{
color: #CBFF62;
}
.AnyTagClassName
{
color: #CBFF62;
}
</style>
background-color css
<style>
a { background-color: #CBFF62; }
a { background-color: rgb(203,255,98); }
div.DivClassName
{
background-color: #CBFF62;
}
.BgClassName
{
background-color: #CBFF62;
}
</style>
border-color css
<style>
span { border-color: #CBFF62; }
span { border-color: rgb(203,255,98); }
td.TdClassName
{
border-color: #CBFF62;
}
.TagClassName
{
border-color: #CBFF62;
}
</style>