Shades of Mindaro #CFE558
Tints of Mindaro #CFE558
RGB
CMYK
RGB Variations
Color information
#CFE558 (or 0xCFE558) is known color: Mindaro. HEX triplet: CF, E5 and 58. RGB value is (207,229,88). Sum of RGB (Red+Green+Blue) = 207+229+88=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 229 (89.84% from 255 or 43.70% from 524); Blue value is 88 (34.77% from 255 or 16.79% from 524); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE558 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE558 is #301AA7. Grayscale: #CECECE. Windows color (decimal): -3152552 or 5825999. OLE color: 5825999.
HSL color Cylindrical-coordinate representation of color #CFE558: hue angle of 69.36º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CFE558 is Cyan = 0.10, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 229 | 88 | - |
| CMYK | 0.10 | 0 | 0.62 | 0.10 |
| HSL | 69.36º | 0.73% | 0.62% | - |
| HSV(B) | 69.36º | 0.62% | 0.9% | - |
| XYZ | 55.51 | 70.01 | 19.82 | - |
| YUV | 206.35 | 61.21 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 229 | 88 | 0.10 | 0 | 0.62 | 0.10 | 69.36 | 0.73 | 0.62 |
| Hex | CF | E5 | 58 | A | 0 | 3E | A | 45 | 49 | 3E |
| Octal | 317 | 345 | 130 | 12 | 0 | 76 | 12 | 105 | 111 | 76 |
| Binary | 11001111 | 11100101 | 1011000 | 1010 | 0 | 111110 | 1010 | 1000101 | 1001001 | 111110 |
Color Harmonies of #CFE558
Complementary color
Monochromatic Colors of #CFE558
Black with #CFE558
Text Example
Text Example
White with #CFE558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE558; }
p { color: rgb(207,229,88); }
H1.HeaderClassName
{
color: #CFE558;
}
.AnyTagClassName
{
color: #CFE558;
}
</style>
background-color css
<style>
a { background-color: #CFE558; }
a { background-color: rgb(207,229,88); }
div.DivClassName
{
background-color: #CFE558;
}
.BgClassName
{
background-color: #CFE558;
}
</style>
border-color css
<style>
span { border-color: #CFE558; }
span { border-color: rgb(207,229,88); }
td.TdClassName
{
border-color: #CFE558;
}
.TagClassName
{
border-color: #CFE558;
}
</style>