Shades of Mindaro #CBF25E
Tints of Mindaro #CBF25E
RGB
CMYK
RGB Variations
Color information
#CBF25E (or 0xCBF25E) is known color: Mindaro. HEX triplet: CB, F2 and 5E. RGB value is (203,242,94). Sum of RGB (Red+Green+Blue) = 203+242+94=539 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.66% from 539); Green value is 242 (94.92% from 255 or 44.90% from 539); Blue value is 94 (37.11% from 255 or 17.44% from 539); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF25E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF25E is #340DA1. Grayscale: #D6D6D6. Windows color (decimal): -3411362 or 6222539. OLE color: 6222539.
HSL color Cylindrical-coordinate representation of color #CBF25E: hue angle of 75.81º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CBF25E is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 242 | 94 | - |
| CMYK | 0.16 | 0 | 0.61 | 0.05 |
| HSL | 75.81º | 0.85% | 0.66% | - |
| HSV(B) | 75.81º | 0.61% | 0.95% | - |
| XYZ | 58.4 | 77.01 | 22.38 | - |
| YUV | 213.47 | 60.58 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 242 | 94 | 0.16 | 0 | 0.61 | 0.05 | 75.81 | 0.85 | 0.66 |
| Hex | CB | F2 | 5E | 10 | 0 | 3D | 5 | 4C | 55 | 42 |
| Octal | 313 | 362 | 136 | 20 | 0 | 75 | 5 | 114 | 125 | 102 |
| Binary | 11001011 | 11110010 | 1011110 | 10000 | 0 | 111101 | 101 | 1001100 | 1010101 | 1000010 |
Color Harmonies of #CBF25E
Complementary color
Monochromatic Colors of #CBF25E
Black with #CBF25E
Text Example
Text Example
White with #CBF25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF25E; }
p { color: rgb(203,242,94); }
H1.HeaderClassName
{
color: #CBF25E;
}
.AnyTagClassName
{
color: #CBF25E;
}
</style>
background-color css
<style>
a { background-color: #CBF25E; }
a { background-color: rgb(203,242,94); }
div.DivClassName
{
background-color: #CBF25E;
}
.BgClassName
{
background-color: #CBF25E;
}
</style>
border-color css
<style>
span { border-color: #CBF25E; }
span { border-color: rgb(203,242,94); }
td.TdClassName
{
border-color: #CBF25E;
}
.TagClassName
{
border-color: #CBF25E;
}
</style>