Shades of Mindaro #CBF25B
Tints of Mindaro #CBF25B
RGB
CMYK
RGB Variations
Color information
#CBF25B (or 0xCBF25B) is known color: Mindaro. HEX triplet: CB, F2 and 5B. RGB value is (203,242,91). Sum of RGB (Red+Green+Blue) = 203+242+91=536 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.87% from 536); Green value is 242 (94.92% from 255 or 45.15% from 536); Blue value is 91 (35.94% from 255 or 16.98% from 536); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF25B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF25B is #340DA4. Grayscale: #D5D5D5. Windows color (decimal): -3411365 or 6025931. OLE color: 6025931.
HSL color Cylindrical-coordinate representation of color #CBF25B: hue angle of 75.5º degrees, saturation: 0.85, 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 #CBF25B is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 242 | 91 | - |
| CMYK | 0.16 | 0 | 0.62 | 0.05 |
| HSL | 75.5º | 0.85% | 0.65% | - |
| HSV(B) | 75.5º | 0.62% | 0.95% | - |
| XYZ | 58.27 | 76.96 | 21.68 | - |
| YUV | 213.13 | 59.08 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 242 | 91 | 0.16 | 0 | 0.62 | 0.05 | 75.5 | 0.85 | 0.65 |
| Hex | CB | F2 | 5B | 10 | 0 | 3E | 5 | 4B | 55 | 41 |
| Octal | 313 | 362 | 133 | 20 | 0 | 76 | 5 | 113 | 125 | 101 |
| Binary | 11001011 | 11110010 | 1011011 | 10000 | 0 | 111110 | 101 | 1001011 | 1010101 | 1000001 |
Color Harmonies of #CBF25B
Complementary color
Monochromatic Colors of #CBF25B
Black with #CBF25B
Text Example
Text Example
White with #CBF25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF25B; }
p { color: rgb(203,242,91); }
H1.HeaderClassName
{
color: #CBF25B;
}
.AnyTagClassName
{
color: #CBF25B;
}
</style>
background-color css
<style>
a { background-color: #CBF25B; }
a { background-color: rgb(203,242,91); }
div.DivClassName
{
background-color: #CBF25B;
}
.BgClassName
{
background-color: #CBF25B;
}
</style>
border-color css
<style>
span { border-color: #CBF25B; }
span { border-color: rgb(203,242,91); }
td.TdClassName
{
border-color: #CBF25B;
}
.TagClassName
{
border-color: #CBF25B;
}
</style>