Shades of Mindaro #CBEF64
Tints of Mindaro #CBEF64
RGB
CMYK
RGB Variations
Color information
#CBEF64 (or 0xCBEF64) is known color: Mindaro. HEX triplet: CB, EF and 64. RGB value is (203,239,100). Sum of RGB (Red+Green+Blue) = 203+239+100=542 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.45% from 542); Green value is 239 (93.75% from 255 or 44.10% from 542); Blue value is 100 (39.45% from 255 or 18.45% from 542); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEF64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEF64 is #34109B. Grayscale: #D4D4D4. Windows color (decimal): -3412124 or 6614987. OLE color: 6614987.
HSL color Cylindrical-coordinate representation of color #CBEF64: hue angle of 75.54º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CBEF64 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 239 | 100 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.06 |
| HSL | 75.54º | 0.81% | 0.66% | - |
| HSV(B) | 75.54º | 0.58% | 0.94% | - |
| XYZ | 57.8 | 75.35 | 23.55 | - |
| YUV | 212.39 | 64.57 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 239 | 100 | 0.15 | 0 | 0.58 | 0.06 | 75.54 | 0.81 | 0.66 |
| Hex | CB | EF | 64 | F | 0 | 3A | 6 | 4C | 51 | 42 |
| Octal | 313 | 357 | 144 | 17 | 0 | 72 | 6 | 114 | 121 | 102 |
| Binary | 11001011 | 11101111 | 1100100 | 1111 | 0 | 111010 | 110 | 1001100 | 1010001 | 1000010 |
Color Harmonies of #CBEF64
Complementary color
Monochromatic Colors of #CBEF64
Black with #CBEF64
Text Example
Text Example
White with #CBEF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEF64; }
p { color: rgb(203,239,100); }
H1.HeaderClassName
{
color: #CBEF64;
}
.AnyTagClassName
{
color: #CBEF64;
}
</style>
background-color css
<style>
a { background-color: #CBEF64; }
a { background-color: rgb(203,239,100); }
div.DivClassName
{
background-color: #CBEF64;
}
.BgClassName
{
background-color: #CBEF64;
}
</style>
border-color css
<style>
span { border-color: #CBEF64; }
span { border-color: rgb(203,239,100); }
td.TdClassName
{
border-color: #CBEF64;
}
.TagClassName
{
border-color: #CBEF64;
}
</style>