Shades of Mindaro #CFEF52
Tints of Mindaro #CFEF52
RGB
CMYK
RGB Variations
Color information
#CFEF52 (or 0xCFEF52) is known color: Mindaro. HEX triplet: CF, EF and 52. RGB value is (207,239,82). Sum of RGB (Red+Green+Blue) = 207+239+82=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 239 (93.75% from 255 or 45.27% from 528); Blue value is 82 (32.42% from 255 or 15.53% from 528); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEF52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEF52 is #3010AD. Grayscale: #D4D4D4. Windows color (decimal): -3149998 or 5435343. OLE color: 5435343.
HSL color Cylindrical-coordinate representation of color #CFEF52: hue angle of 72.23º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CFEF52 is Cyan = 0.13, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 239 | 82 | - |
| CMYK | 0.13 | 0 | 0.66 | 0.06 |
| HSL | 72.23º | 0.83% | 0.63% | - |
| HSV(B) | 72.23º | 0.66% | 0.94% | - |
| XYZ | 58.12 | 75.61 | 19.51 | - |
| YUV | 211.53 | 54.9 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 239 | 82 | 0.13 | 0 | 0.66 | 0.06 | 72.23 | 0.83 | 0.63 |
| Hex | CF | EF | 52 | D | 0 | 42 | 6 | 48 | 53 | 3F |
| Octal | 317 | 357 | 122 | 15 | 0 | 102 | 6 | 110 | 123 | 77 |
| Binary | 11001111 | 11101111 | 1010010 | 1101 | 0 | 1000010 | 110 | 1001000 | 1010011 | 111111 |
Color Harmonies of #CFEF52
Complementary color
Monochromatic Colors of #CFEF52
Black with #CFEF52
Text Example
Text Example
White with #CFEF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEF52; }
p { color: rgb(207,239,82); }
H1.HeaderClassName
{
color: #CFEF52;
}
.AnyTagClassName
{
color: #CFEF52;
}
</style>
background-color css
<style>
a { background-color: #CFEF52; }
a { background-color: rgb(207,239,82); }
div.DivClassName
{
background-color: #CFEF52;
}
.BgClassName
{
background-color: #CFEF52;
}
</style>
border-color css
<style>
span { border-color: #CFEF52; }
span { border-color: rgb(207,239,82); }
td.TdClassName
{
border-color: #CFEF52;
}
.TagClassName
{
border-color: #CFEF52;
}
</style>