Shades of Mindaro #CFEF5D
Tints of Mindaro #CFEF5D
RGB
CMYK
RGB Variations
Color information
#CFEF5D (or 0xCFEF5D) is known color: Mindaro. HEX triplet: CF, EF and 5D. RGB value is (207,239,93). Sum of RGB (Red+Green+Blue) = 207+239+93=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 239 (93.75% from 255 or 44.34% from 539); Blue value is 93 (36.72% from 255 or 17.25% from 539); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEF5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEF5D is #3010A2. Grayscale: #D5D5D5. Windows color (decimal): -3149987 or 6156239. OLE color: 6156239.
HSL color Cylindrical-coordinate representation of color #CFEF5D: hue angle of 73.15º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CFEF5D is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 239 | 93 | - |
| CMYK | 0.13 | 0 | 0.61 | 0.06 |
| HSL | 73.15º | 0.82% | 0.65% | - |
| HSV(B) | 73.15º | 0.61% | 0.94% | - |
| XYZ | 58.57 | 75.79 | 21.9 | - |
| YUV | 212.79 | 60.4 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 239 | 93 | 0.13 | 0 | 0.61 | 0.06 | 73.15 | 0.82 | 0.65 |
| Hex | CF | EF | 5D | D | 0 | 3D | 6 | 49 | 52 | 41 |
| Octal | 317 | 357 | 135 | 15 | 0 | 75 | 6 | 111 | 122 | 101 |
| Binary | 11001111 | 11101111 | 1011101 | 1101 | 0 | 111101 | 110 | 1001001 | 1010010 | 1000001 |
Color Harmonies of #CFEF5D
Complementary color
Monochromatic Colors of #CFEF5D
Black with #CFEF5D
Text Example
Text Example
White with #CFEF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEF5D; }
p { color: rgb(207,239,93); }
H1.HeaderClassName
{
color: #CFEF5D;
}
.AnyTagClassName
{
color: #CFEF5D;
}
</style>
background-color css
<style>
a { background-color: #CFEF5D; }
a { background-color: rgb(207,239,93); }
div.DivClassName
{
background-color: #CFEF5D;
}
.BgClassName
{
background-color: #CFEF5D;
}
</style>
border-color css
<style>
span { border-color: #CFEF5D; }
span { border-color: rgb(207,239,93); }
td.TdClassName
{
border-color: #CFEF5D;
}
.TagClassName
{
border-color: #CFEF5D;
}
</style>