Shades of Mindaro #CFEE65
Tints of Mindaro #CFEE65
RGB
CMYK
RGB Variations
Color information
#CFEE65 (or 0xCFEE65) is known color: Mindaro. HEX triplet: CF, EE and 65. RGB value is (207,238,101). Sum of RGB (Red+Green+Blue) = 207+238+101=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 238 (93.36% from 255 or 43.59% from 546); Blue value is 101 (39.84% from 255 or 18.50% from 546); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEE65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEE65 is #30119A. Grayscale: #D5D5D5. Windows color (decimal): -3150235 or 6680271. OLE color: 6680271.
HSL color Cylindrical-coordinate representation of color #CFEE65: hue angle of 73.58º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CFEE65 is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 238 | 101 | - |
| CMYK | 0.13 | 0 | 0.58 | 0.07 |
| HSL | 73.58º | 0.8% | 0.66% | - |
| HSV(B) | 73.58º | 0.58% | 0.93% | - |
| XYZ | 58.66 | 75.35 | 23.77 | - |
| YUV | 213.11 | 64.73 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 238 | 101 | 0.13 | 0 | 0.58 | 0.07 | 73.58 | 0.8 | 0.66 |
| Hex | CF | EE | 65 | D | 0 | 3A | 7 | 4A | 50 | 42 |
| Octal | 317 | 356 | 145 | 15 | 0 | 72 | 7 | 112 | 120 | 102 |
| Binary | 11001111 | 11101110 | 1100101 | 1101 | 0 | 111010 | 111 | 1001010 | 1010000 | 1000010 |
Color Harmonies of #CFEE65
Complementary color
Monochromatic Colors of #CFEE65
Black with #CFEE65
Text Example
Text Example
White with #CFEE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEE65; }
p { color: rgb(207,238,101); }
H1.HeaderClassName
{
color: #CFEE65;
}
.AnyTagClassName
{
color: #CFEE65;
}
</style>
background-color css
<style>
a { background-color: #CFEE65; }
a { background-color: rgb(207,238,101); }
div.DivClassName
{
background-color: #CFEE65;
}
.BgClassName
{
background-color: #CFEE65;
}
</style>
border-color css
<style>
span { border-color: #CFEE65; }
span { border-color: rgb(207,238,101); }
td.TdClassName
{
border-color: #CFEE65;
}
.TagClassName
{
border-color: #CFEE65;
}
</style>