Shades of Mindaro #CBFC59
Tints of Mindaro #CBFC59
RGB
CMYK
RGB Variations
Color information
#CBFC59 (or 0xCBFC59) is known color: Mindaro. HEX triplet: CB, FC and 59. RGB value is (203,252,89). Sum of RGB (Red+Green+Blue) = 203+252+89=544 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.32% from 544); Green value is 252 (98.83% from 255 or 46.32% from 544); Blue value is 89 (35.16% from 255 or 16.36% from 544); Max value from RGB is 252 - color contains mainly: green. Hex color #CBFC59 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBFC59 is #3403A6. Grayscale: #DBDBDB. Windows color (decimal): -3408807 or 5897419. OLE color: 5897419.
HSL color Cylindrical-coordinate representation of color #CBFC59: hue angle of 78.04º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CBFC59 is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 252 | 89 | - |
| CMYK | 0.19 | 0 | 0.65 | 0.01 |
| HSL | 78.04º | 0.96% | 0.67% | - |
| HSV(B) | 78.04º | 0.65% | 0.99% | - |
| XYZ | 61.24 | 83.04 | 22.25 | - |
| YUV | 218.77 | 54.77 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 252 | 89 | 0.19 | 0 | 0.65 | 0.01 | 78.04 | 0.96 | 0.67 |
| Hex | CB | FC | 59 | 13 | 0 | 41 | 1 | 4E | 60 | 43 |
| Octal | 313 | 374 | 131 | 23 | 0 | 101 | 1 | 116 | 140 | 103 |
| Binary | 11001011 | 11111100 | 1011001 | 10011 | 0 | 1000001 | 1 | 1001110 | 1100000 | 1000011 |
Color Harmonies of #CBFC59
Complementary color
Monochromatic Colors of #CBFC59
Black with #CBFC59
Text Example
Text Example
White with #CBFC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFC59; }
p { color: rgb(203,252,89); }
H1.HeaderClassName
{
color: #CBFC59;
}
.AnyTagClassName
{
color: #CBFC59;
}
</style>
background-color css
<style>
a { background-color: #CBFC59; }
a { background-color: rgb(203,252,89); }
div.DivClassName
{
background-color: #CBFC59;
}
.BgClassName
{
background-color: #CBFC59;
}
</style>
border-color css
<style>
span { border-color: #CBFC59; }
span { border-color: rgb(203,252,89); }
td.TdClassName
{
border-color: #CBFC59;
}
.TagClassName
{
border-color: #CBFC59;
}
</style>