Shades of Mindaro #CBF262
Tints of Mindaro #CBF262
RGB
CMYK
RGB Variations
Color information
#CBF262 (or 0xCBF262) is known color: Mindaro. HEX triplet: CB, F2 and 62. RGB value is (203,242,98). Sum of RGB (Red+Green+Blue) = 203+242+98=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 242 (94.92% from 255 or 44.57% from 543); Blue value is 98 (38.67% from 255 or 18.05% from 543); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF262 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF262 is #340D9D. Grayscale: #D6D6D6. Windows color (decimal): -3411358 or 6484683. OLE color: 6484683.
HSL color Cylindrical-coordinate representation of color #CBF262: hue angle of 76.25º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CBF262 is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 242 | 98 | - |
| CMYK | 0.16 | 0 | 0.60 | 0.05 |
| HSL | 76.25º | 0.85% | 0.67% | - |
| HSV(B) | 76.25º | 0.6% | 0.95% | - |
| XYZ | 58.59 | 77.08 | 23.35 | - |
| YUV | 213.92 | 62.58 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 242 | 98 | 0.16 | 0 | 0.60 | 0.05 | 76.25 | 0.85 | 0.67 |
| Hex | CB | F2 | 62 | 10 | 0 | 3C | 5 | 4C | 55 | 43 |
| Octal | 313 | 362 | 142 | 20 | 0 | 74 | 5 | 114 | 125 | 103 |
| Binary | 11001011 | 11110010 | 1100010 | 10000 | 0 | 111100 | 101 | 1001100 | 1010101 | 1000011 |
Color Harmonies of #CBF262
Complementary color
Monochromatic Colors of #CBF262
Black with #CBF262
Text Example
Text Example
White with #CBF262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF262; }
p { color: rgb(203,242,98); }
H1.HeaderClassName
{
color: #CBF262;
}
.AnyTagClassName
{
color: #CBF262;
}
</style>
background-color css
<style>
a { background-color: #CBF262; }
a { background-color: rgb(203,242,98); }
div.DivClassName
{
background-color: #CBF262;
}
.BgClassName
{
background-color: #CBF262;
}
</style>
border-color css
<style>
span { border-color: #CBF262; }
span { border-color: rgb(203,242,98); }
td.TdClassName
{
border-color: #CBF262;
}
.TagClassName
{
border-color: #CBF262;
}
</style>