Shades of Mindaro #CBF15B
Tints of Mindaro #CBF15B
RGB
CMYK
RGB Variations
Color information
#CBF15B (or 0xCBF15B) is known color: Mindaro. HEX triplet: CB, F1 and 5B. RGB value is (203,241,91). Sum of RGB (Red+Green+Blue) = 203+241+91=535 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.94% from 535); Green value is 241 (94.53% from 255 or 45.05% from 535); Blue value is 91 (35.94% from 255 or 17.01% from 535); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF15B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF15B is #340EA4. Grayscale: #D5D5D5. Windows color (decimal): -3411621 or 6025675. OLE color: 6025675.
HSL color Cylindrical-coordinate representation of color #CBF15B: hue angle of 75.2º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CBF15B is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 241 | 91 | - |
| CMYK | 0.16 | 0 | 0.62 | 0.05 |
| HSL | 75.2º | 0.84% | 0.65% | - |
| HSV(B) | 75.2º | 0.62% | 0.95% | - |
| XYZ | 57.97 | 76.36 | 21.58 | - |
| YUV | 212.54 | 59.41 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 241 | 91 | 0.16 | 0 | 0.62 | 0.05 | 75.2 | 0.84 | 0.65 |
| Hex | CB | F1 | 5B | 10 | 0 | 3E | 5 | 4B | 54 | 41 |
| Octal | 313 | 361 | 133 | 20 | 0 | 76 | 5 | 113 | 124 | 101 |
| Binary | 11001011 | 11110001 | 1011011 | 10000 | 0 | 111110 | 101 | 1001011 | 1010100 | 1000001 |
Color Harmonies of #CBF15B
Complementary color
Monochromatic Colors of #CBF15B
Black with #CBF15B
Text Example
Text Example
White with #CBF15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF15B; }
p { color: rgb(203,241,91); }
H1.HeaderClassName
{
color: #CBF15B;
}
.AnyTagClassName
{
color: #CBF15B;
}
</style>
background-color css
<style>
a { background-color: #CBF15B; }
a { background-color: rgb(203,241,91); }
div.DivClassName
{
background-color: #CBF15B;
}
.BgClassName
{
background-color: #CBF15B;
}
</style>
border-color css
<style>
span { border-color: #CBF15B; }
span { border-color: rgb(203,241,91); }
td.TdClassName
{
border-color: #CBF15B;
}
.TagClassName
{
border-color: #CBF15B;
}
</style>