Shades of Mindaro #CFEF54
Tints of Mindaro #CFEF54
RGB
CMYK
RGB Variations
Color information
#CFEF54 (or 0xCFEF54) is known color: Mindaro. HEX triplet: CF, EF and 54. RGB value is (207,239,84). Sum of RGB (Red+Green+Blue) = 207+239+84=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 239 (93.75% from 255 or 45.09% from 530); Blue value is 84 (33.20% from 255 or 15.85% from 530); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEF54 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEF54 is #3010AB. Grayscale: #D4D4D4. Windows color (decimal): -3149996 or 5566415. OLE color: 5566415.
HSL color Cylindrical-coordinate representation of color #CFEF54: hue angle of 72.39º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CFEF54 is Cyan = 0.13, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 239 | 84 | - |
| CMYK | 0.13 | 0 | 0.65 | 0.06 |
| HSL | 72.39º | 0.83% | 0.63% | - |
| HSV(B) | 72.39º | 0.65% | 0.94% | - |
| XYZ | 58.2 | 75.64 | 19.92 | - |
| YUV | 211.76 | 55.9 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 239 | 84 | 0.13 | 0 | 0.65 | 0.06 | 72.39 | 0.83 | 0.63 |
| Hex | CF | EF | 54 | D | 0 | 41 | 6 | 48 | 53 | 3F |
| Octal | 317 | 357 | 124 | 15 | 0 | 101 | 6 | 110 | 123 | 77 |
| Binary | 11001111 | 11101111 | 1010100 | 1101 | 0 | 1000001 | 110 | 1001000 | 1010011 | 111111 |
Color Harmonies of #CFEF54
Complementary color
Monochromatic Colors of #CFEF54
Black with #CFEF54
Text Example
Text Example
White with #CFEF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEF54; }
p { color: rgb(207,239,84); }
H1.HeaderClassName
{
color: #CFEF54;
}
.AnyTagClassName
{
color: #CFEF54;
}
</style>
background-color css
<style>
a { background-color: #CFEF54; }
a { background-color: rgb(207,239,84); }
div.DivClassName
{
background-color: #CFEF54;
}
.BgClassName
{
background-color: #CFEF54;
}
</style>
border-color css
<style>
span { border-color: #CFEF54; }
span { border-color: rgb(207,239,84); }
td.TdClassName
{
border-color: #CFEF54;
}
.TagClassName
{
border-color: #CFEF54;
}
</style>