Shades of Mindaro #CFEF62
Tints of Mindaro #CFEF62
RGB
CMYK
RGB Variations
Color information
#CFEF62 (or 0xCFEF62) is known color: Mindaro. HEX triplet: CF, EF and 62. RGB value is (207,239,98). Sum of RGB (Red+Green+Blue) = 207+239+98=544 (72% of max value = 765). Red value is 207 (81.25% from 255 or 38.05% from 544); Green value is 239 (93.75% from 255 or 43.93% from 544); Blue value is 98 (38.67% from 255 or 18.01% from 544); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEF62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEF62 is #30109D. Grayscale: #D5D5D5. Windows color (decimal): -3149982 or 6483919. OLE color: 6483919.
HSL color Cylindrical-coordinate representation of color #CFEF62: hue angle of 73.62º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CFEF62 is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 239 | 98 | - |
| CMYK | 0.13 | 0 | 0.59 | 0.06 |
| HSL | 73.62º | 0.82% | 0.66% | - |
| HSV(B) | 73.62º | 0.59% | 0.94% | - |
| XYZ | 58.8 | 75.88 | 23.1 | - |
| YUV | 213.36 | 62.9 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 239 | 98 | 0.13 | 0 | 0.59 | 0.06 | 73.62 | 0.82 | 0.66 |
| Hex | CF | EF | 62 | D | 0 | 3B | 6 | 4A | 52 | 42 |
| Octal | 317 | 357 | 142 | 15 | 0 | 73 | 6 | 112 | 122 | 102 |
| Binary | 11001111 | 11101111 | 1100010 | 1101 | 0 | 111011 | 110 | 1001010 | 1010010 | 1000010 |
Color Harmonies of #CFEF62
Complementary color
Monochromatic Colors of #CFEF62
Black with #CFEF62
Text Example
Text Example
White with #CFEF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEF62; }
p { color: rgb(207,239,98); }
H1.HeaderClassName
{
color: #CFEF62;
}
.AnyTagClassName
{
color: #CFEF62;
}
</style>
background-color css
<style>
a { background-color: #CFEF62; }
a { background-color: rgb(207,239,98); }
div.DivClassName
{
background-color: #CFEF62;
}
.BgClassName
{
background-color: #CFEF62;
}
</style>
border-color css
<style>
span { border-color: #CFEF62; }
span { border-color: rgb(207,239,98); }
td.TdClassName
{
border-color: #CFEF62;
}
.TagClassName
{
border-color: #CFEF62;
}
</style>