Shades of Mindaro #CBFF63
Tints of Mindaro #CBFF63
RGB
CMYK
RGB Variations
Color information
#CBFF63 (or 0xCBFF63) is known color: Mindaro. HEX triplet: CB, FF and 63. RGB value is (203,255,99). Sum of RGB (Red+Green+Blue) = 203+255+99=557 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.45% from 557); Green value is 255 (100% from 255 or 45.78% from 557); Blue value is 99 (39.06% from 255 or 17.77% from 557); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFF63 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBFF63 is #34009C. Grayscale: #DEDEDE. Windows color (decimal): -3408029 or 6553547. OLE color: 6553547.
HSL color Cylindrical-coordinate representation of color #CBFF63: hue angle of 80º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CBFF63 is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 255 | 99 | - |
| CMYK | 0.20 | 0 | 0.61 | 0 |
| HSL | 80º | 1% | 0.69% | - |
| HSV(B) | 80º | 0.61% | 1% | - |
| XYZ | 62.64 | 85.12 | 24.93 | - |
| YUV | 221.67 | 58.77 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 255 | 99 | 0.20 | 0 | 0.61 | 0 | 80 | 1 | 0.69 |
| Hex | CB | FF | 63 | 14 | 0 | 3D | 0 | 50 | 64 | 45 |
| Octal | 313 | 377 | 143 | 24 | 0 | 75 | 0 | 120 | 144 | 105 |
| Binary | 11001011 | 11111111 | 1100011 | 10100 | 0 | 111101 | 0 | 1010000 | 1100100 | 1000101 |
Color Harmonies of #CBFF63
Complementary color
Monochromatic Colors of #CBFF63
Black with #CBFF63
Text Example
Text Example
White with #CBFF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFF63; }
p { color: rgb(203,255,99); }
H1.HeaderClassName
{
color: #CBFF63;
}
.AnyTagClassName
{
color: #CBFF63;
}
</style>
background-color css
<style>
a { background-color: #CBFF63; }
a { background-color: rgb(203,255,99); }
div.DivClassName
{
background-color: #CBFF63;
}
.BgClassName
{
background-color: #CBFF63;
}
</style>
border-color css
<style>
span { border-color: #CBFF63; }
span { border-color: rgb(203,255,99); }
td.TdClassName
{
border-color: #CBFF63;
}
.TagClassName
{
border-color: #CBFF63;
}
</style>