Shades of Manz #CFE452
Tints of Manz #CFE452
RGB
CMYK
RGB Variations
Color information
#CFE452 (or 0xCFE452) is known color: Manz. HEX triplet: CF, E4 and 52. RGB value is (207,228,82). Sum of RGB (Red+Green+Blue) = 207+228+82=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 228 (89.45% from 255 or 44.10% from 517); Blue value is 82 (32.42% from 255 or 15.86% from 517); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE452 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE452 is #301BAD. Grayscale: #CDCDCD. Windows color (decimal): -3152814 or 5432527. OLE color: 5432527.
HSL color Cylindrical-coordinate representation of color #CFE452: hue angle of 68.63º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CFE452 is Cyan = 0.09, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 228 | 82 | - |
| CMYK | 0.09 | 0 | 0.64 | 0.11 |
| HSL | 68.63º | 0.73% | 0.61% | - |
| HSV(B) | 68.63º | 0.64% | 0.89% | - |
| XYZ | 55 | 69.36 | 18.47 | - |
| YUV | 205.08 | 58.54 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 228 | 82 | 0.09 | 0 | 0.64 | 0.11 | 68.63 | 0.73 | 0.61 |
| Hex | CF | E4 | 52 | 9 | 0 | 40 | B | 45 | 49 | 3D |
| Octal | 317 | 344 | 122 | 11 | 0 | 100 | 13 | 105 | 111 | 75 |
| Binary | 11001111 | 11100100 | 1010010 | 1001 | 0 | 1000000 | 1011 | 1000101 | 1001001 | 111101 |
Color Harmonies of #CFE452
Complementary color
Monochromatic Colors of #CFE452
Black with #CFE452
Text Example
Text Example
White with #CFE452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE452; }
p { color: rgb(207,228,82); }
H1.HeaderClassName
{
color: #CFE452;
}
.AnyTagClassName
{
color: #CFE452;
}
</style>
background-color css
<style>
a { background-color: #CFE452; }
a { background-color: rgb(207,228,82); }
div.DivClassName
{
background-color: #CFE452;
}
.BgClassName
{
background-color: #CFE452;
}
</style>
border-color css
<style>
span { border-color: #CFE452; }
span { border-color: rgb(207,228,82); }
td.TdClassName
{
border-color: #CFE452;
}
.TagClassName
{
border-color: #CFE452;
}
</style>