Shades of Mindaro #CBF260
Tints of Mindaro #CBF260
RGB
CMYK
RGB Variations
Color information
#CBF260 (or 0xCBF260) is known color: Mindaro. HEX triplet: CB, F2 and 60. RGB value is (203,242,96). Sum of RGB (Red+Green+Blue) = 203+242+96=541 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.52% from 541); Green value is 242 (94.92% from 255 or 44.73% from 541); Blue value is 96 (37.89% from 255 or 17.74% from 541); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF260 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF260 is #340D9F. Grayscale: #D6D6D6. Windows color (decimal): -3411360 or 6353611. OLE color: 6353611.
HSL color Cylindrical-coordinate representation of color #CBF260: hue angle of 76.03º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CBF260 is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 242 | 96 | - |
| CMYK | 0.16 | 0 | 0.60 | 0.05 |
| HSL | 76.03º | 0.85% | 0.66% | - |
| HSV(B) | 76.03º | 0.6% | 0.95% | - |
| XYZ | 58.49 | 77.05 | 22.85 | - |
| YUV | 213.7 | 61.58 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 242 | 96 | 0.16 | 0 | 0.60 | 0.05 | 76.03 | 0.85 | 0.66 |
| Hex | CB | F2 | 60 | 10 | 0 | 3C | 5 | 4C | 55 | 42 |
| Octal | 313 | 362 | 140 | 20 | 0 | 74 | 5 | 114 | 125 | 102 |
| Binary | 11001011 | 11110010 | 1100000 | 10000 | 0 | 111100 | 101 | 1001100 | 1010101 | 1000010 |
Color Harmonies of #CBF260
Complementary color
Monochromatic Colors of #CBF260
Black with #CBF260
Text Example
Text Example
White with #CBF260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF260; }
p { color: rgb(203,242,96); }
H1.HeaderClassName
{
color: #CBF260;
}
.AnyTagClassName
{
color: #CBF260;
}
</style>
background-color css
<style>
a { background-color: #CBF260; }
a { background-color: rgb(203,242,96); }
div.DivClassName
{
background-color: #CBF260;
}
.BgClassName
{
background-color: #CBF260;
}
</style>
border-color css
<style>
span { border-color: #CBF260; }
span { border-color: rgb(203,242,96); }
td.TdClassName
{
border-color: #CBF260;
}
.TagClassName
{
border-color: #CBF260;
}
</style>