Shades of Mindaro #CFE258
Tints of Mindaro #CFE258
RGB
CMYK
RGB Variations
Color information
#CFE258 (or 0xCFE258) is known color: Mindaro. HEX triplet: CF, E2 and 58. RGB value is (207,226,88). Sum of RGB (Red+Green+Blue) = 207+226+88=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 226 (88.67% from 255 or 43.38% from 521); Blue value is 88 (34.77% from 255 or 16.89% from 521); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE258 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE258 is #301DA7. Grayscale: #CDCDCD. Windows color (decimal): -3153320 or 5825231. OLE color: 5825231.
HSL color Cylindrical-coordinate representation of color #CFE258: hue angle of 68.26º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CFE258 is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 226 | 88 | - |
| CMYK | 0.08 | 0 | 0.61 | 0.11 |
| HSL | 68.26º | 0.7% | 0.62% | - |
| HSV(B) | 68.26º | 0.61% | 0.89% | - |
| XYZ | 54.69 | 68.36 | 19.55 | - |
| YUV | 204.59 | 62.21 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 226 | 88 | 0.08 | 0 | 0.61 | 0.11 | 68.26 | 0.7 | 0.62 |
| Hex | CF | E2 | 58 | 8 | 0 | 3D | B | 44 | 46 | 3E |
| Octal | 317 | 342 | 130 | 10 | 0 | 75 | 13 | 104 | 106 | 76 |
| Binary | 11001111 | 11100010 | 1011000 | 1000 | 0 | 111101 | 1011 | 1000100 | 1000110 | 111110 |
Color Harmonies of #CFE258
Complementary color
Monochromatic Colors of #CFE258
Black with #CFE258
Text Example
Text Example
White with #CFE258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE258; }
p { color: rgb(207,226,88); }
H1.HeaderClassName
{
color: #CFE258;
}
.AnyTagClassName
{
color: #CFE258;
}
</style>
background-color css
<style>
a { background-color: #CFE258; }
a { background-color: rgb(207,226,88); }
div.DivClassName
{
background-color: #CFE258;
}
.BgClassName
{
background-color: #CFE258;
}
</style>
border-color css
<style>
span { border-color: #CFE258; }
span { border-color: rgb(207,226,88); }
td.TdClassName
{
border-color: #CFE258;
}
.TagClassName
{
border-color: #CFE258;
}
</style>