Shades of Mindaro #CBF258
Tints of Mindaro #CBF258
RGB
CMYK
RGB Variations
Color information
#CBF258 (or 0xCBF258) is known color: Mindaro. HEX triplet: CB, F2 and 58. RGB value is (203,242,88). Sum of RGB (Red+Green+Blue) = 203+242+88=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 242 (94.92% from 255 or 45.40% from 533); Blue value is 88 (34.77% from 255 or 16.51% from 533); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF258 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF258 is #340DA7. Grayscale: #D5D5D5. Windows color (decimal): -3411368 or 5829323. OLE color: 5829323.
HSL color Cylindrical-coordinate representation of color #CBF258: hue angle of 75.19º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CBF258 is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 242 | 88 | - |
| CMYK | 0.16 | 0 | 0.64 | 0.05 |
| HSL | 75.19º | 0.86% | 0.65% | - |
| HSV(B) | 75.19º | 0.64% | 0.95% | - |
| XYZ | 58.14 | 76.91 | 21.01 | - |
| YUV | 212.78 | 57.58 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 242 | 88 | 0.16 | 0 | 0.64 | 0.05 | 75.19 | 0.86 | 0.65 |
| Hex | CB | F2 | 58 | 10 | 0 | 40 | 5 | 4B | 56 | 41 |
| Octal | 313 | 362 | 130 | 20 | 0 | 100 | 5 | 113 | 126 | 101 |
| Binary | 11001011 | 11110010 | 1011000 | 10000 | 0 | 1000000 | 101 | 1001011 | 1010110 | 1000001 |
Color Harmonies of #CBF258
Complementary color
Monochromatic Colors of #CBF258
Black with #CBF258
Text Example
Text Example
White with #CBF258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF258; }
p { color: rgb(203,242,88); }
H1.HeaderClassName
{
color: #CBF258;
}
.AnyTagClassName
{
color: #CBF258;
}
</style>
background-color css
<style>
a { background-color: #CBF258; }
a { background-color: rgb(203,242,88); }
div.DivClassName
{
background-color: #CBF258;
}
.BgClassName
{
background-color: #CBF258;
}
</style>
border-color css
<style>
span { border-color: #CBF258; }
span { border-color: rgb(203,242,88); }
td.TdClassName
{
border-color: #CBF258;
}
.TagClassName
{
border-color: #CBF258;
}
</style>