Shades of Mindaro #CBEF5F
Tints of Mindaro #CBEF5F
RGB
CMYK
RGB Variations
Color information
#CBEF5F (or 0xCBEF5F) is known color: Mindaro. HEX triplet: CB, EF and 5F. RGB value is (203,239,95). Sum of RGB (Red+Green+Blue) = 203+239+95=537 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.80% from 537); Green value is 239 (93.75% from 255 or 44.51% from 537); Blue value is 95 (37.5% from 255 or 17.69% from 537); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEF5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEF5F is #3410A0. Grayscale: #D4D4D4. Windows color (decimal): -3412129 or 6287307. OLE color: 6287307.
HSL color Cylindrical-coordinate representation of color #CBEF5F: hue angle of 75º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CBEF5F is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 239 | 95 | - |
| CMYK | 0.15 | 0 | 0.60 | 0.06 |
| HSL | 75º | 0.82% | 0.65% | - |
| HSV(B) | 75º | 0.6% | 0.94% | - |
| XYZ | 57.56 | 75.26 | 22.32 | - |
| YUV | 211.82 | 62.07 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 239 | 95 | 0.15 | 0 | 0.60 | 0.06 | 75 | 0.82 | 0.65 |
| Hex | CB | EF | 5F | F | 0 | 3C | 6 | 4B | 52 | 41 |
| Octal | 313 | 357 | 137 | 17 | 0 | 74 | 6 | 113 | 122 | 101 |
| Binary | 11001011 | 11101111 | 1011111 | 1111 | 0 | 111100 | 110 | 1001011 | 1010010 | 1000001 |
Color Harmonies of #CBEF5F
Complementary color
Monochromatic Colors of #CBEF5F
Black with #CBEF5F
Text Example
Text Example
White with #CBEF5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEF5F; }
p { color: rgb(203,239,95); }
H1.HeaderClassName
{
color: #CBEF5F;
}
.AnyTagClassName
{
color: #CBEF5F;
}
</style>
background-color css
<style>
a { background-color: #CBEF5F; }
a { background-color: rgb(203,239,95); }
div.DivClassName
{
background-color: #CBEF5F;
}
.BgClassName
{
background-color: #CBEF5F;
}
</style>
border-color css
<style>
span { border-color: #CBEF5F; }
span { border-color: rgb(203,239,95); }
td.TdClassName
{
border-color: #CBEF5F;
}
.TagClassName
{
border-color: #CBEF5F;
}
</style>