Shades of Mindaro #CBF06A
Tints of Mindaro #CBF06A
RGB
CMYK
RGB Variations
Color information
#CBF06A (or 0xCBF06A) is known color: Mindaro. HEX triplet: CB, F0 and 6A. RGB value is (203,240,106). Sum of RGB (Red+Green+Blue) = 203+240+106=549 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.98% from 549); Green value is 240 (94.14% from 255 or 43.72% from 549); Blue value is 106 (41.80% from 255 or 19.31% from 549); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF06A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF06A is #340F95. Grayscale: #D6D6D6. Windows color (decimal): -3411862 or 7008459. OLE color: 7008459.
HSL color Cylindrical-coordinate representation of color #CBF06A: hue angle of 76.57º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CBF06A is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 240 | 106 | - |
| CMYK | 0.15 | 0 | 0.56 | 0.06 |
| HSL | 76.57º | 0.82% | 0.68% | - |
| HSV(B) | 76.57º | 0.56% | 0.94% | - |
| XYZ | 58.39 | 76.06 | 25.24 | - |
| YUV | 213.66 | 67.24 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 240 | 106 | 0.15 | 0 | 0.56 | 0.06 | 76.57 | 0.82 | 0.68 |
| Hex | CB | F0 | 6A | F | 0 | 38 | 6 | 4D | 52 | 44 |
| Octal | 313 | 360 | 152 | 17 | 0 | 70 | 6 | 115 | 122 | 104 |
| Binary | 11001011 | 11110000 | 1101010 | 1111 | 0 | 111000 | 110 | 1001101 | 1010010 | 1000100 |
Color Harmonies of #CBF06A
Complementary color
Monochromatic Colors of #CBF06A
Black with #CBF06A
Text Example
Text Example
White with #CBF06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF06A; }
p { color: rgb(203,240,106); }
H1.HeaderClassName
{
color: #CBF06A;
}
.AnyTagClassName
{
color: #CBF06A;
}
</style>
background-color css
<style>
a { background-color: #CBF06A; }
a { background-color: rgb(203,240,106); }
div.DivClassName
{
background-color: #CBF06A;
}
.BgClassName
{
background-color: #CBF06A;
}
</style>
border-color css
<style>
span { border-color: #CBF06A; }
span { border-color: rgb(203,240,106); }
td.TdClassName
{
border-color: #CBF06A;
}
.TagClassName
{
border-color: #CBF06A;
}
</style>