Shades of Manz #CFE450
Tints of Manz #CFE450
RGB
CMYK
RGB Variations
Color information
#CFE450 (or 0xCFE450) is known color: Manz. HEX triplet: CF, E4 and 50. RGB value is (207,228,80). Sum of RGB (Red+Green+Blue) = 207+228+80=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 228 (89.45% from 255 or 44.27% from 515); Blue value is 80 (31.64% from 255 or 15.53% from 515); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE450 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE450 is #301BAF. Grayscale: #CDCDCD. Windows color (decimal): -3152816 or 5301455. OLE color: 5301455.
HSL color Cylindrical-coordinate representation of color #CFE450: hue angle of 68.51º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CFE450 is Cyan = 0.09, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 228 | 80 | - |
| CMYK | 0.09 | 0 | 0.65 | 0.11 |
| HSL | 68.51º | 0.73% | 0.6% | - |
| HSV(B) | 68.51º | 0.65% | 0.89% | - |
| XYZ | 54.92 | 69.33 | 18.08 | - |
| YUV | 204.85 | 57.54 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 228 | 80 | 0.09 | 0 | 0.65 | 0.11 | 68.51 | 0.73 | 0.6 |
| Hex | CF | E4 | 50 | 9 | 0 | 41 | B | 45 | 49 | 3C |
| Octal | 317 | 344 | 120 | 11 | 0 | 101 | 13 | 105 | 111 | 74 |
| Binary | 11001111 | 11100100 | 1010000 | 1001 | 0 | 1000001 | 1011 | 1000101 | 1001001 | 111100 |
Color Harmonies of #CFE450
Complementary color
Monochromatic Colors of #CFE450
Black with #CFE450
Text Example
Text Example
White with #CFE450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE450; }
p { color: rgb(207,228,80); }
H1.HeaderClassName
{
color: #CFE450;
}
.AnyTagClassName
{
color: #CFE450;
}
</style>
background-color css
<style>
a { background-color: #CFE450; }
a { background-color: rgb(207,228,80); }
div.DivClassName
{
background-color: #CFE450;
}
.BgClassName
{
background-color: #CFE450;
}
</style>
border-color css
<style>
span { border-color: #CFE450; }
span { border-color: rgb(207,228,80); }
td.TdClassName
{
border-color: #CFE450;
}
.TagClassName
{
border-color: #CFE450;
}
</style>