Shades of Mindaro #CFE455
Tints of Mindaro #CFE455
RGB
CMYK
RGB Variations
Color information
#CFE455 (or 0xCFE455) is known color: Mindaro. HEX triplet: CF, E4 and 55. RGB value is (207,228,85). Sum of RGB (Red+Green+Blue) = 207+228+85=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 228 (89.45% from 255 or 43.85% from 520); Blue value is 85 (33.59% from 255 or 16.35% from 520); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE455 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE455 is #301BAA. Grayscale: #CDCDCD. Windows color (decimal): -3152811 or 5629135. OLE color: 5629135.
HSL color Cylindrical-coordinate representation of color #CFE455: hue angle of 68.81º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CFE455 is Cyan = 0.09, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 228 | 85 | - |
| CMYK | 0.09 | 0 | 0.63 | 0.11 |
| HSL | 68.81º | 0.73% | 0.61% | - |
| HSV(B) | 68.81º | 0.63% | 0.89% | - |
| XYZ | 55.12 | 69.41 | 19.09 | - |
| YUV | 205.42 | 60.04 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 228 | 85 | 0.09 | 0 | 0.63 | 0.11 | 68.81 | 0.73 | 0.61 |
| Hex | CF | E4 | 55 | 9 | 0 | 3F | B | 45 | 49 | 3D |
| Octal | 317 | 344 | 125 | 11 | 0 | 77 | 13 | 105 | 111 | 75 |
| Binary | 11001111 | 11100100 | 1010101 | 1001 | 0 | 111111 | 1011 | 1000101 | 1001001 | 111101 |
Color Harmonies of #CFE455
Complementary color
Monochromatic Colors of #CFE455
Black with #CFE455
Text Example
Text Example
White with #CFE455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE455; }
p { color: rgb(207,228,85); }
H1.HeaderClassName
{
color: #CFE455;
}
.AnyTagClassName
{
color: #CFE455;
}
</style>
background-color css
<style>
a { background-color: #CFE455; }
a { background-color: rgb(207,228,85); }
div.DivClassName
{
background-color: #CFE455;
}
.BgClassName
{
background-color: #CFE455;
}
</style>
border-color css
<style>
span { border-color: #CFE455; }
span { border-color: rgb(207,228,85); }
td.TdClassName
{
border-color: #CFE455;
}
.TagClassName
{
border-color: #CFE455;
}
</style>