Shades of Mindaro #CFEC53
Tints of Mindaro #CFEC53
RGB
CMYK
RGB Variations
Color information
#CFEC53 (or 0xCFEC53) is known color: Mindaro. HEX triplet: CF, EC and 53. RGB value is (207,236,83). Sum of RGB (Red+Green+Blue) = 207+236+83=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 236 (92.58% from 255 or 44.87% from 526); Blue value is 83 (32.81% from 255 or 15.78% from 526); Max value from RGB is 236 - color contains mainly: green. Hex color #CFEC53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEC53 is #3013AC. Grayscale: #D2D2D2. Windows color (decimal): -3150765 or 5500111. OLE color: 5500111.
HSL color Cylindrical-coordinate representation of color #CFEC53: hue angle of 71.37º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CFEC53 is Cyan = 0.12, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 236 | 83 | - |
| CMYK | 0.12 | 0 | 0.65 | 0.07 |
| HSL | 71.37º | 0.8% | 0.63% | - |
| HSV(B) | 71.37º | 0.65% | 0.93% | - |
| XYZ | 57.29 | 73.88 | 19.42 | - |
| YUV | 209.89 | 56.39 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 236 | 83 | 0.12 | 0 | 0.65 | 0.07 | 71.37 | 0.8 | 0.63 |
| Hex | CF | EC | 53 | C | 0 | 41 | 7 | 47 | 50 | 3F |
| Octal | 317 | 354 | 123 | 14 | 0 | 101 | 7 | 107 | 120 | 77 |
| Binary | 11001111 | 11101100 | 1010011 | 1100 | 0 | 1000001 | 111 | 1000111 | 1010000 | 111111 |
Color Harmonies of #CFEC53
Complementary color
Monochromatic Colors of #CFEC53
Black with #CFEC53
Text Example
Text Example
White with #CFEC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEC53; }
p { color: rgb(207,236,83); }
H1.HeaderClassName
{
color: #CFEC53;
}
.AnyTagClassName
{
color: #CFEC53;
}
</style>
background-color css
<style>
a { background-color: #CFEC53; }
a { background-color: rgb(207,236,83); }
div.DivClassName
{
background-color: #CFEC53;
}
.BgClassName
{
background-color: #CFEC53;
}
</style>
border-color css
<style>
span { border-color: #CFEC53; }
span { border-color: rgb(207,236,83); }
td.TdClassName
{
border-color: #CFEC53;
}
.TagClassName
{
border-color: #CFEC53;
}
</style>