Shades of Mindaro #CBF15E
Tints of Mindaro #CBF15E
RGB
CMYK
RGB Variations
Color information
#CBF15E (or 0xCBF15E) is known color: Mindaro. HEX triplet: CB, F1 and 5E. RGB value is (203,241,94). Sum of RGB (Red+Green+Blue) = 203+241+94=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 241 (94.53% from 255 or 44.80% from 538); Blue value is 94 (37.11% from 255 or 17.47% from 538); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF15E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF15E is #340EA1. Grayscale: #D5D5D5. Windows color (decimal): -3411618 or 6222283. OLE color: 6222283.
HSL color Cylindrical-coordinate representation of color #CBF15E: hue angle of 75.51º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CBF15E is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 241 | 94 | - |
| CMYK | 0.16 | 0 | 0.61 | 0.05 |
| HSL | 75.51º | 0.84% | 0.66% | - |
| HSV(B) | 75.51º | 0.61% | 0.95% | - |
| XYZ | 58.1 | 76.42 | 22.28 | - |
| YUV | 212.88 | 60.91 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 241 | 94 | 0.16 | 0 | 0.61 | 0.05 | 75.51 | 0.84 | 0.66 |
| Hex | CB | F1 | 5E | 10 | 0 | 3D | 5 | 4C | 54 | 42 |
| Octal | 313 | 361 | 136 | 20 | 0 | 75 | 5 | 114 | 124 | 102 |
| Binary | 11001011 | 11110001 | 1011110 | 10000 | 0 | 111101 | 101 | 1001100 | 1010100 | 1000010 |
Color Harmonies of #CBF15E
Complementary color
Monochromatic Colors of #CBF15E
Black with #CBF15E
Text Example
Text Example
White with #CBF15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF15E; }
p { color: rgb(203,241,94); }
H1.HeaderClassName
{
color: #CBF15E;
}
.AnyTagClassName
{
color: #CBF15E;
}
</style>
background-color css
<style>
a { background-color: #CBF15E; }
a { background-color: rgb(203,241,94); }
div.DivClassName
{
background-color: #CBF15E;
}
.BgClassName
{
background-color: #CBF15E;
}
</style>
border-color css
<style>
span { border-color: #CBF15E; }
span { border-color: rgb(203,241,94); }
td.TdClassName
{
border-color: #CBF15E;
}
.TagClassName
{
border-color: #CBF15E;
}
</style>