Shades of Mindaro #CFFE5D
Tints of Mindaro #CFFE5D
RGB
CMYK
RGB Variations
Color information
#CFFE5D (or 0xCFFE5D) is known color: Mindaro. HEX triplet: CF, FE and 5D. RGB value is (207,254,93). Sum of RGB (Red+Green+Blue) = 207+254+93=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 254 (99.61% from 255 or 45.85% from 554); Blue value is 93 (36.72% from 255 or 16.79% from 554); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFE5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFE5D is #3001A2. Grayscale: #DEDEDE. Windows color (decimal): -3146147 or 6160079. OLE color: 6160079.
HSL color Cylindrical-coordinate representation of color #CFFE5D: hue angle of 77.52º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CFFE5D is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 254 | 93 | - |
| CMYK | 0.19 | 0 | 0.63 | 0.00 |
| HSL | 77.52º | 0.99% | 0.68% | - |
| HSV(B) | 77.52º | 0.63% | 1% | - |
| XYZ | 63.15 | 84.94 | 23.42 | - |
| YUV | 221.59 | 55.43 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 254 | 93 | 0.19 | 0 | 0.63 | 0.00 | 77.52 | 0.99 | 0.68 |
| Hex | CF | FE | 5D | 13 | 0 | 3F | 0 | 4E | 63 | 44 |
| Octal | 317 | 376 | 135 | 23 | 0 | 77 | 0 | 116 | 143 | 104 |
| Binary | 11001111 | 11111110 | 1011101 | 10011 | 0 | 111111 | 0 | 1001110 | 1100011 | 1000100 |
Color Harmonies of #CFFE5D
Complementary color
Monochromatic Colors of #CFFE5D
Black with #CFFE5D
Text Example
Text Example
White with #CFFE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFE5D; }
p { color: rgb(207,254,93); }
H1.HeaderClassName
{
color: #CFFE5D;
}
.AnyTagClassName
{
color: #CFFE5D;
}
</style>
background-color css
<style>
a { background-color: #CFFE5D; }
a { background-color: rgb(207,254,93); }
div.DivClassName
{
background-color: #CFFE5D;
}
.BgClassName
{
background-color: #CFFE5D;
}
</style>
border-color css
<style>
span { border-color: #CFFE5D; }
span { border-color: rgb(207,254,93); }
td.TdClassName
{
border-color: #CFFE5D;
}
.TagClassName
{
border-color: #CFFE5D;
}
</style>