Shades of Mindaro #CBFC68
Tints of Mindaro #CBFC68
RGB
CMYK
RGB Variations
Color information
#CBFC68 (or 0xCBFC68) is known color: Mindaro. HEX triplet: CB, FC and 68. RGB value is (203,252,104). Sum of RGB (Red+Green+Blue) = 203+252+104=559 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.31% from 559); Green value is 252 (98.83% from 255 or 45.08% from 559); Blue value is 104 (41.02% from 255 or 18.60% from 559); Max value from RGB is 252 - color contains mainly: green. Hex color #CBFC68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBFC68 is #340397. Grayscale: #DDDDDD. Windows color (decimal): -3408792 or 6880459. OLE color: 6880459.
HSL color Cylindrical-coordinate representation of color #CBFC68: hue angle of 79.86º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CBFC68 is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 252 | 104 | - |
| CMYK | 0.19 | 0 | 0.59 | 0.01 |
| HSL | 79.86º | 0.96% | 0.7% | - |
| HSV(B) | 79.86º | 0.59% | 0.99% | - |
| XYZ | 61.94 | 83.32 | 25.91 | - |
| YUV | 220.48 | 62.27 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 252 | 104 | 0.19 | 0 | 0.59 | 0.01 | 79.86 | 0.96 | 0.7 |
| Hex | CB | FC | 68 | 13 | 0 | 3B | 1 | 50 | 60 | 46 |
| Octal | 313 | 374 | 150 | 23 | 0 | 73 | 1 | 120 | 140 | 106 |
| Binary | 11001011 | 11111100 | 1101000 | 10011 | 0 | 111011 | 1 | 1010000 | 1100000 | 1000110 |
Color Harmonies of #CBFC68
Complementary color
Monochromatic Colors of #CBFC68
Black with #CBFC68
Text Example
Text Example
White with #CBFC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFC68; }
p { color: rgb(203,252,104); }
H1.HeaderClassName
{
color: #CBFC68;
}
.AnyTagClassName
{
color: #CBFC68;
}
</style>
background-color css
<style>
a { background-color: #CBFC68; }
a { background-color: rgb(203,252,104); }
div.DivClassName
{
background-color: #CBFC68;
}
.BgClassName
{
background-color: #CBFC68;
}
</style>
border-color css
<style>
span { border-color: #CBFC68; }
span { border-color: rgb(203,252,104); }
td.TdClassName
{
border-color: #CBFC68;
}
.TagClassName
{
border-color: #CBFC68;
}
</style>