Shades of Mindaro #CBEF59
Tints of Mindaro #CBEF59
RGB
CMYK
RGB Variations
Color information
#CBEF59 (or 0xCBEF59) is known color: Mindaro. HEX triplet: CB, EF and 59. RGB value is (203,239,89). Sum of RGB (Red+Green+Blue) = 203+239+89=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 239 (93.75% from 255 or 45.01% from 531); Blue value is 89 (35.16% from 255 or 16.76% from 531); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEF59 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEF59 is #3410A6. Grayscale: #D3D3D3. Windows color (decimal): -3412135 or 5894091. OLE color: 5894091.
HSL color Cylindrical-coordinate representation of color #CBEF59: hue angle of 74.4º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CBEF59 is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 239 | 89 | - |
| CMYK | 0.15 | 0 | 0.63 | 0.06 |
| HSL | 74.4º | 0.82% | 0.64% | - |
| HSV(B) | 74.4º | 0.63% | 0.94% | - |
| XYZ | 57.3 | 75.15 | 20.94 | - |
| YUV | 211.14 | 59.07 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 239 | 89 | 0.15 | 0 | 0.63 | 0.06 | 74.4 | 0.82 | 0.64 |
| Hex | CB | EF | 59 | F | 0 | 3F | 6 | 4A | 52 | 40 |
| Octal | 313 | 357 | 131 | 17 | 0 | 77 | 6 | 112 | 122 | 100 |
| Binary | 11001011 | 11101111 | 1011001 | 1111 | 0 | 111111 | 110 | 1001010 | 1010010 | 1000000 |
Color Harmonies of #CBEF59
Complementary color
Monochromatic Colors of #CBEF59
Black with #CBEF59
Text Example
Text Example
White with #CBEF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEF59; }
p { color: rgb(203,239,89); }
H1.HeaderClassName
{
color: #CBEF59;
}
.AnyTagClassName
{
color: #CBEF59;
}
</style>
background-color css
<style>
a { background-color: #CBEF59; }
a { background-color: rgb(203,239,89); }
div.DivClassName
{
background-color: #CBEF59;
}
.BgClassName
{
background-color: #CBEF59;
}
</style>
border-color css
<style>
span { border-color: #CBEF59; }
span { border-color: rgb(203,239,89); }
td.TdClassName
{
border-color: #CBEF59;
}
.TagClassName
{
border-color: #CBEF59;
}
</style>