Shades of Mindaro #CFED5A
Tints of Mindaro #CFED5A
RGB
CMYK
RGB Variations
Color information
#CFED5A (or 0xCFED5A) is known color: Mindaro. HEX triplet: CF, ED and 5A. RGB value is (207,237,90). Sum of RGB (Red+Green+Blue) = 207+237+90=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 237 (92.97% from 255 or 44.38% from 534); Blue value is 90 (35.55% from 255 or 16.85% from 534); Max value from RGB is 237 - color contains mainly: green. Hex color #CFED5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFED5A is #3012A5. Grayscale: #D3D3D3. Windows color (decimal): -3150502 or 5959119. OLE color: 5959119.
HSL color Cylindrical-coordinate representation of color #CFED5A: hue angle of 72.24º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CFED5A is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 237 | 90 | - |
| CMYK | 0.13 | 0 | 0.62 | 0.07 |
| HSL | 72.24º | 0.8% | 0.64% | - |
| HSV(B) | 72.24º | 0.62% | 0.93% | - |
| XYZ | 57.86 | 74.57 | 21.02 | - |
| YUV | 211.27 | 59.56 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 90 | 0.13 | 0 | 0.62 | 0.07 | 72.24 | 0.8 | 0.64 |
| Hex | CF | ED | 5A | D | 0 | 3E | 7 | 48 | 50 | 40 |
| Octal | 317 | 355 | 132 | 15 | 0 | 76 | 7 | 110 | 120 | 100 |
| Binary | 11001111 | 11101101 | 1011010 | 1101 | 0 | 111110 | 111 | 1001000 | 1010000 | 1000000 |
Color Harmonies of #CFED5A
Complementary color
Monochromatic Colors of #CFED5A
Black with #CFED5A
Text Example
Text Example
White with #CFED5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFED5A; }
p { color: rgb(207,237,90); }
H1.HeaderClassName
{
color: #CFED5A;
}
.AnyTagClassName
{
color: #CFED5A;
}
</style>
background-color css
<style>
a { background-color: #CFED5A; }
a { background-color: rgb(207,237,90); }
div.DivClassName
{
background-color: #CFED5A;
}
.BgClassName
{
background-color: #CFED5A;
}
</style>
border-color css
<style>
span { border-color: #CFED5A; }
span { border-color: rgb(207,237,90); }
td.TdClassName
{
border-color: #CFED5A;
}
.TagClassName
{
border-color: #CFED5A;
}
</style>