Shades of Mindaro #CFE25B
Tints of Mindaro #CFE25B
RGB
CMYK
RGB Variations
Color information
#CFE25B (or 0xCFE25B) is known color: Mindaro. HEX triplet: CF, E2 and 5B. RGB value is (207,226,91). Sum of RGB (Red+Green+Blue) = 207+226+91=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 226 (88.67% from 255 or 43.13% from 524); Blue value is 91 (35.94% from 255 or 17.37% from 524); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE25B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE25B is #301DA4. Grayscale: #CDCDCD. Windows color (decimal): -3153317 or 6021839. OLE color: 6021839.
HSL color Cylindrical-coordinate representation of color #CFE25B: hue angle of 68.44º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CFE25B is Cyan = 0.08, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 226 | 91 | - |
| CMYK | 0.08 | 0 | 0.60 | 0.11 |
| HSL | 68.44º | 0.7% | 0.62% | - |
| HSV(B) | 68.44º | 0.6% | 0.89% | - |
| XYZ | 54.82 | 68.41 | 20.21 | - |
| YUV | 204.93 | 63.71 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 226 | 91 | 0.08 | 0 | 0.60 | 0.11 | 68.44 | 0.7 | 0.62 |
| Hex | CF | E2 | 5B | 8 | 0 | 3C | B | 44 | 46 | 3E |
| Octal | 317 | 342 | 133 | 10 | 0 | 74 | 13 | 104 | 106 | 76 |
| Binary | 11001111 | 11100010 | 1011011 | 1000 | 0 | 111100 | 1011 | 1000100 | 1000110 | 111110 |
Color Harmonies of #CFE25B
Complementary color
Monochromatic Colors of #CFE25B
Black with #CFE25B
Text Example
Text Example
White with #CFE25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE25B; }
p { color: rgb(207,226,91); }
H1.HeaderClassName
{
color: #CFE25B;
}
.AnyTagClassName
{
color: #CFE25B;
}
</style>
background-color css
<style>
a { background-color: #CFE25B; }
a { background-color: rgb(207,226,91); }
div.DivClassName
{
background-color: #CFE25B;
}
.BgClassName
{
background-color: #CFE25B;
}
</style>
border-color css
<style>
span { border-color: #CFE25B; }
span { border-color: rgb(207,226,91); }
td.TdClassName
{
border-color: #CFE25B;
}
.TagClassName
{
border-color: #CFE25B;
}
</style>