Shades of Mindaro #CBF56A
Tints of Mindaro #CBF56A
RGB
CMYK
RGB Variations
Color information
#CBF56A (or 0xCBF56A) is known color: Mindaro. HEX triplet: CB, F5 and 6A. RGB value is (203,245,106). Sum of RGB (Red+Green+Blue) = 203+245+106=554 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.64% from 554); Green value is 245 (96.09% from 255 or 44.22% from 554); Blue value is 106 (41.80% from 255 or 19.13% from 554); Max value from RGB is 245 - color contains mainly: green. Hex color #CBF56A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF56A is #340A95. Grayscale: #D9D9D9. Windows color (decimal): -3410582 or 7009739. OLE color: 7009739.
HSL color Cylindrical-coordinate representation of color #CBF56A: hue angle of 78.13º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CBF56A is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 245 | 106 | - |
| CMYK | 0.17 | 0 | 0.57 | 0.04 |
| HSL | 78.13º | 0.87% | 0.69% | - |
| HSV(B) | 78.13º | 0.57% | 0.96% | - |
| XYZ | 59.88 | 79.04 | 25.74 | - |
| YUV | 216.6 | 65.59 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 245 | 106 | 0.17 | 0 | 0.57 | 0.04 | 78.13 | 0.87 | 0.69 |
| Hex | CB | F5 | 6A | 11 | 0 | 39 | 4 | 4E | 57 | 45 |
| Octal | 313 | 365 | 152 | 21 | 0 | 71 | 4 | 116 | 127 | 105 |
| Binary | 11001011 | 11110101 | 1101010 | 10001 | 0 | 111001 | 100 | 1001110 | 1010111 | 1000101 |
Color Harmonies of #CBF56A
Complementary color
Monochromatic Colors of #CBF56A
Black with #CBF56A
Text Example
Text Example
White with #CBF56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF56A; }
p { color: rgb(203,245,106); }
H1.HeaderClassName
{
color: #CBF56A;
}
.AnyTagClassName
{
color: #CBF56A;
}
</style>
background-color css
<style>
a { background-color: #CBF56A; }
a { background-color: rgb(203,245,106); }
div.DivClassName
{
background-color: #CBF56A;
}
.BgClassName
{
background-color: #CBF56A;
}
</style>
border-color css
<style>
span { border-color: #CBF56A; }
span { border-color: rgb(203,245,106); }
td.TdClassName
{
border-color: #CBF56A;
}
.TagClassName
{
border-color: #CBF56A;
}
</style>