Shades of Mindaro #CBFE60
Tints of Mindaro #CBFE60
RGB
CMYK
RGB Variations
Color information
#CBFE60 (or 0xCBFE60) is known color: Mindaro. HEX triplet: CB, FE and 60. RGB value is (203,254,96). Sum of RGB (Red+Green+Blue) = 203+254+96=553 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.71% from 553); Green value is 254 (99.61% from 255 or 45.93% from 553); Blue value is 96 (37.89% from 255 or 17.36% from 553); Max value from RGB is 254 - color contains mainly: green. Hex color #CBFE60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBFE60 is #34019F. Grayscale: #DDDDDD. Windows color (decimal): -3408288 or 6356683. OLE color: 6356683.
HSL color Cylindrical-coordinate representation of color #CBFE60: hue angle of 79.37º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CBFE60 is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 254 | 96 | - |
| CMYK | 0.20 | 0 | 0.62 | 0.00 |
| HSL | 79.37º | 0.99% | 0.69% | - |
| HSV(B) | 79.37º | 0.62% | 1% | - |
| XYZ | 62.18 | 84.42 | 24.08 | - |
| YUV | 220.74 | 57.6 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 254 | 96 | 0.20 | 0 | 0.62 | 0.00 | 79.37 | 0.99 | 0.69 |
| Hex | CB | FE | 60 | 14 | 0 | 3E | 0 | 4F | 63 | 45 |
| Octal | 313 | 376 | 140 | 24 | 0 | 76 | 0 | 117 | 143 | 105 |
| Binary | 11001011 | 11111110 | 1100000 | 10100 | 0 | 111110 | 0 | 1001111 | 1100011 | 1000101 |
Color Harmonies of #CBFE60
Complementary color
Monochromatic Colors of #CBFE60
Black with #CBFE60
Text Example
Text Example
White with #CBFE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFE60; }
p { color: rgb(203,254,96); }
H1.HeaderClassName
{
color: #CBFE60;
}
.AnyTagClassName
{
color: #CBFE60;
}
</style>
background-color css
<style>
a { background-color: #CBFE60; }
a { background-color: rgb(203,254,96); }
div.DivClassName
{
background-color: #CBFE60;
}
.BgClassName
{
background-color: #CBFE60;
}
</style>
border-color css
<style>
span { border-color: #CBFE60; }
span { border-color: rgb(203,254,96); }
td.TdClassName
{
border-color: #CBFE60;
}
.TagClassName
{
border-color: #CBFE60;
}
</style>