Shades of Mindaro #CBFD68
Tints of Mindaro #CBFD68
RGB
CMYK
RGB Variations
Color information
#CBFD68 (or 0xCBFD68) is known color: Mindaro. HEX triplet: CB, FD and 68. RGB value is (203,253,104). Sum of RGB (Red+Green+Blue) = 203+253+104=560 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.25% from 560); Green value is 253 (99.22% from 255 or 45.18% from 560); Blue value is 104 (41.02% from 255 or 18.57% from 560); Max value from RGB is 253 - color contains mainly: green. Hex color #CBFD68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBFD68 is #340297. Grayscale: #DDDDDD. Windows color (decimal): -3408536 or 6880715. OLE color: 6880715.
HSL color Cylindrical-coordinate representation of color #CBFD68: hue angle of 80.13º degrees, saturation: 0.97, 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 #CBFD68 is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 253 | 104 | - |
| CMYK | 0.20 | 0 | 0.59 | 0.01 |
| HSL | 80.13º | 0.97% | 0.7% | - |
| HSV(B) | 80.13º | 0.59% | 0.99% | - |
| XYZ | 62.25 | 83.95 | 26.02 | - |
| YUV | 221.06 | 61.94 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 253 | 104 | 0.20 | 0 | 0.59 | 0.01 | 80.13 | 0.97 | 0.7 |
| Hex | CB | FD | 68 | 14 | 0 | 3B | 1 | 50 | 61 | 46 |
| Octal | 313 | 375 | 150 | 24 | 0 | 73 | 1 | 120 | 141 | 106 |
| Binary | 11001011 | 11111101 | 1101000 | 10100 | 0 | 111011 | 1 | 1010000 | 1100001 | 1000110 |
Color Harmonies of #CBFD68
Complementary color
Monochromatic Colors of #CBFD68
Black with #CBFD68
Text Example
Text Example
White with #CBFD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFD68; }
p { color: rgb(203,253,104); }
H1.HeaderClassName
{
color: #CBFD68;
}
.AnyTagClassName
{
color: #CBFD68;
}
</style>
background-color css
<style>
a { background-color: #CBFD68; }
a { background-color: rgb(203,253,104); }
div.DivClassName
{
background-color: #CBFD68;
}
.BgClassName
{
background-color: #CBFD68;
}
</style>
border-color css
<style>
span { border-color: #CBFD68; }
span { border-color: rgb(203,253,104); }
td.TdClassName
{
border-color: #CBFD68;
}
.TagClassName
{
border-color: #CBFD68;
}
</style>