Shades of Mindaro #CFEA5D
Tints of Mindaro #CFEA5D
RGB
CMYK
RGB Variations
Color information
#CFEA5D (or 0xCFEA5D) is known color: Mindaro. HEX triplet: CF, EA and 5D. RGB value is (207,234,93). Sum of RGB (Red+Green+Blue) = 207+234+93=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 234 (91.80% from 255 or 43.82% from 534); Blue value is 93 (36.72% from 255 or 17.42% from 534); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEA5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEA5D is #3015A2. Grayscale: #D2D2D2. Windows color (decimal): -3151267 or 6154959. OLE color: 6154959.
HSL color Cylindrical-coordinate representation of color #CFEA5D: hue angle of 71.49º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CFEA5D is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 234 | 93 | - |
| CMYK | 0.12 | 0 | 0.60 | 0.08 |
| HSL | 71.49º | 0.77% | 0.64% | - |
| HSV(B) | 71.49º | 0.6% | 0.92% | - |
| XYZ | 57.13 | 72.9 | 21.42 | - |
| YUV | 209.85 | 62.05 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 234 | 93 | 0.12 | 0 | 0.60 | 0.08 | 71.49 | 0.77 | 0.64 |
| Hex | CF | EA | 5D | C | 0 | 3C | 8 | 47 | 4D | 40 |
| Octal | 317 | 352 | 135 | 14 | 0 | 74 | 10 | 107 | 115 | 100 |
| Binary | 11001111 | 11101010 | 1011101 | 1100 | 0 | 111100 | 1000 | 1000111 | 1001101 | 1000000 |
Color Harmonies of #CFEA5D
Complementary color
Monochromatic Colors of #CFEA5D
Black with #CFEA5D
Text Example
Text Example
White with #CFEA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEA5D; }
p { color: rgb(207,234,93); }
H1.HeaderClassName
{
color: #CFEA5D;
}
.AnyTagClassName
{
color: #CFEA5D;
}
</style>
background-color css
<style>
a { background-color: #CFEA5D; }
a { background-color: rgb(207,234,93); }
div.DivClassName
{
background-color: #CFEA5D;
}
.BgClassName
{
background-color: #CFEA5D;
}
</style>
border-color css
<style>
span { border-color: #CFEA5D; }
span { border-color: rgb(207,234,93); }
td.TdClassName
{
border-color: #CFEA5D;
}
.TagClassName
{
border-color: #CFEA5D;
}
</style>