Shades of Mindaro #CBFD63
Tints of Mindaro #CBFD63
RGB
CMYK
RGB Variations
Color information
#CBFD63 (or 0xCBFD63) is known color: Mindaro. HEX triplet: CB, FD and 63. RGB value is (203,253,99). Sum of RGB (Red+Green+Blue) = 203+253+99=555 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.58% from 555); Green value is 253 (99.22% from 255 or 45.59% from 555); Blue value is 99 (39.06% from 255 or 17.84% from 555); Max value from RGB is 253 - color contains mainly: green. Hex color #CBFD63 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBFD63 is #34029C. Grayscale: #DDDDDD. Windows color (decimal): -3408541 or 6553035. OLE color: 6553035.
HSL color Cylindrical-coordinate representation of color #CBFD63: hue angle of 79.48º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CBFD63 is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 253 | 99 | - |
| CMYK | 0.20 | 0 | 0.61 | 0.01 |
| HSL | 79.48º | 0.97% | 0.69% | - |
| HSV(B) | 79.48º | 0.61% | 0.99% | - |
| XYZ | 62.01 | 83.85 | 24.72 | - |
| YUV | 220.49 | 59.44 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 253 | 99 | 0.20 | 0 | 0.61 | 0.01 | 79.48 | 0.97 | 0.69 |
| Hex | CB | FD | 63 | 14 | 0 | 3D | 1 | 4F | 61 | 45 |
| Octal | 313 | 375 | 143 | 24 | 0 | 75 | 1 | 117 | 141 | 105 |
| Binary | 11001011 | 11111101 | 1100011 | 10100 | 0 | 111101 | 1 | 1001111 | 1100001 | 1000101 |
Color Harmonies of #CBFD63
Complementary color
Monochromatic Colors of #CBFD63
Black with #CBFD63
Text Example
Text Example
White with #CBFD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFD63; }
p { color: rgb(203,253,99); }
H1.HeaderClassName
{
color: #CBFD63;
}
.AnyTagClassName
{
color: #CBFD63;
}
</style>
background-color css
<style>
a { background-color: #CBFD63; }
a { background-color: rgb(203,253,99); }
div.DivClassName
{
background-color: #CBFD63;
}
.BgClassName
{
background-color: #CBFD63;
}
</style>
border-color css
<style>
span { border-color: #CBFD63; }
span { border-color: rgb(203,253,99); }
td.TdClassName
{
border-color: #CBFD63;
}
.TagClassName
{
border-color: #CBFD63;
}
</style>