Shades of Mindaro #CFEE50
Tints of Mindaro #CFEE50
RGB
CMYK
RGB Variations
Color information
#CFEE50 (or 0xCFEE50) is known color: Mindaro. HEX triplet: CF, EE and 50. RGB value is (207,238,80). Sum of RGB (Red+Green+Blue) = 207+238+80=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 238 (93.36% from 255 or 45.33% from 525); Blue value is 80 (31.64% from 255 or 15.24% from 525); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEE50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEE50 is #3011AF. Grayscale: #D3D3D3. Windows color (decimal): -3150256 or 5304015. OLE color: 5304015.
HSL color Cylindrical-coordinate representation of color #CFEE50: hue angle of 71.77º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CFEE50 is Cyan = 0.13, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 238 | 80 | - |
| CMYK | 0.13 | 0 | 0.66 | 0.07 |
| HSL | 71.77º | 0.82% | 0.62% | - |
| HSV(B) | 71.77º | 0.66% | 0.93% | - |
| XYZ | 57.75 | 74.99 | 19.02 | - |
| YUV | 210.72 | 54.23 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 238 | 80 | 0.13 | 0 | 0.66 | 0.07 | 71.77 | 0.82 | 0.62 |
| Hex | CF | EE | 50 | D | 0 | 42 | 7 | 48 | 52 | 3E |
| Octal | 317 | 356 | 120 | 15 | 0 | 102 | 7 | 110 | 122 | 76 |
| Binary | 11001111 | 11101110 | 1010000 | 1101 | 0 | 1000010 | 111 | 1001000 | 1010010 | 111110 |
Color Harmonies of #CFEE50
Complementary color
Monochromatic Colors of #CFEE50
Black with #CFEE50
Text Example
Text Example
White with #CFEE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEE50; }
p { color: rgb(207,238,80); }
H1.HeaderClassName
{
color: #CFEE50;
}
.AnyTagClassName
{
color: #CFEE50;
}
</style>
background-color css
<style>
a { background-color: #CFEE50; }
a { background-color: rgb(207,238,80); }
div.DivClassName
{
background-color: #CFEE50;
}
.BgClassName
{
background-color: #CFEE50;
}
</style>
border-color css
<style>
span { border-color: #CFEE50; }
span { border-color: rgb(207,238,80); }
td.TdClassName
{
border-color: #CFEE50;
}
.TagClassName
{
border-color: #CFEE50;
}
</style>