Shades of Mindaro #CBE25F
Tints of Mindaro #CBE25F
RGB
CMYK
RGB Variations
Color information
#CBE25F (or 0xCBE25F) is known color: Mindaro. HEX triplet: CB, E2 and 5F. RGB value is (203,226,95). Sum of RGB (Red+Green+Blue) = 203+226+95=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 226 (88.67% from 255 or 43.13% from 524); Blue value is 95 (37.5% from 255 or 18.13% from 524); Max value from RGB is 226 - color contains mainly: green. Hex color #CBE25F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE25F is #341DA0. Grayscale: #CCCCCC. Windows color (decimal): -3415457 or 6283979. OLE color: 6283979.
HSL color Cylindrical-coordinate representation of color #CBE25F: hue angle of 70.53º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CBE25F is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 226 | 95 | - |
| CMYK | 0.10 | 0 | 0.58 | 0.11 |
| HSL | 70.53º | 0.69% | 0.63% | - |
| HSV(B) | 70.53º | 0.58% | 0.89% | - |
| XYZ | 53.89 | 67.92 | 21.1 | - |
| YUV | 204.19 | 66.38 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 226 | 95 | 0.10 | 0 | 0.58 | 0.11 | 70.53 | 0.69 | 0.63 |
| Hex | CB | E2 | 5F | A | 0 | 3A | B | 47 | 45 | 3F |
| Octal | 313 | 342 | 137 | 12 | 0 | 72 | 13 | 107 | 105 | 77 |
| Binary | 11001011 | 11100010 | 1011111 | 1010 | 0 | 111010 | 1011 | 1000111 | 1000101 | 111111 |
Color Harmonies of #CBE25F
Complementary color
Monochromatic Colors of #CBE25F
Black with #CBE25F
Text Example
Text Example
White with #CBE25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE25F; }
p { color: rgb(203,226,95); }
H1.HeaderClassName
{
color: #CBE25F;
}
.AnyTagClassName
{
color: #CBE25F;
}
</style>
background-color css
<style>
a { background-color: #CBE25F; }
a { background-color: rgb(203,226,95); }
div.DivClassName
{
background-color: #CBE25F;
}
.BgClassName
{
background-color: #CBE25F;
}
</style>
border-color css
<style>
span { border-color: #CBE25F; }
span { border-color: rgb(203,226,95); }
td.TdClassName
{
border-color: #CBE25F;
}
.TagClassName
{
border-color: #CBE25F;
}
</style>