Shades of Mindaro #CFE15C
Tints of Mindaro #CFE15C
RGB
CMYK
RGB Variations
Color information
#CFE15C (or 0xCFE15C) is known color: Mindaro. HEX triplet: CF, E1 and 5C. RGB value is (207,225,92). Sum of RGB (Red+Green+Blue) = 207+225+92=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 225 (88.28% from 255 or 42.94% from 524); Blue value is 92 (36.33% from 255 or 17.56% from 524); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE15C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE15C is #301EA3. Grayscale: #CCCCCC. Windows color (decimal): -3153572 or 6087119. OLE color: 6087119.
HSL color Cylindrical-coordinate representation of color #CFE15C: hue angle of 68.12º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CFE15C is Cyan = 0.08, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 225 | 92 | - |
| CMYK | 0.08 | 0 | 0.59 | 0.12 |
| HSL | 68.12º | 0.69% | 0.62% | - |
| HSV(B) | 68.12º | 0.59% | 0.88% | - |
| XYZ | 54.59 | 67.89 | 20.35 | - |
| YUV | 204.46 | 64.54 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 225 | 92 | 0.08 | 0 | 0.59 | 0.12 | 68.12 | 0.69 | 0.62 |
| Hex | CF | E1 | 5C | 8 | 0 | 3B | C | 44 | 45 | 3E |
| Octal | 317 | 341 | 134 | 10 | 0 | 73 | 14 | 104 | 105 | 76 |
| Binary | 11001111 | 11100001 | 1011100 | 1000 | 0 | 111011 | 1100 | 1000100 | 1000101 | 111110 |
Color Harmonies of #CFE15C
Complementary color
Monochromatic Colors of #CFE15C
Black with #CFE15C
Text Example
Text Example
White with #CFE15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE15C; }
p { color: rgb(207,225,92); }
H1.HeaderClassName
{
color: #CFE15C;
}
.AnyTagClassName
{
color: #CFE15C;
}
</style>
background-color css
<style>
a { background-color: #CFE15C; }
a { background-color: rgb(207,225,92); }
div.DivClassName
{
background-color: #CFE15C;
}
.BgClassName
{
background-color: #CFE15C;
}
</style>
border-color css
<style>
span { border-color: #CFE15C; }
span { border-color: rgb(207,225,92); }
td.TdClassName
{
border-color: #CFE15C;
}
.TagClassName
{
border-color: #CFE15C;
}
</style>