Shades of Manz #CFE152
Tints of Manz #CFE152
RGB
CMYK
RGB Variations
Color information
#CFE152 (or 0xCFE152) is known color: Manz. HEX triplet: CF, E1 and 52. RGB value is (207,225,82). Sum of RGB (Red+Green+Blue) = 207+225+82=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 225 (88.28% from 255 or 43.77% from 514); Blue value is 82 (32.42% from 255 or 15.95% from 514); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE152 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE152 is #301EAD. Grayscale: #CBCBCB. Windows color (decimal): -3153582 or 5431759. OLE color: 5431759.
HSL color Cylindrical-coordinate representation of color #CFE152: hue angle of 67.55º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CFE152 is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 225 | 82 | - |
| CMYK | 0.08 | 0 | 0.64 | 0.12 |
| HSL | 67.55º | 0.7% | 0.6% | - |
| HSV(B) | 67.55º | 0.64% | 0.88% | - |
| XYZ | 54.18 | 67.73 | 18.2 | - |
| YUV | 203.32 | 59.54 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 225 | 82 | 0.08 | 0 | 0.64 | 0.12 | 67.55 | 0.7 | 0.6 |
| Hex | CF | E1 | 52 | 8 | 0 | 40 | C | 44 | 46 | 3C |
| Octal | 317 | 341 | 122 | 10 | 0 | 100 | 14 | 104 | 106 | 74 |
| Binary | 11001111 | 11100001 | 1010010 | 1000 | 0 | 1000000 | 1100 | 1000100 | 1000110 | 111100 |
Color Harmonies of #CFE152
Complementary color
Monochromatic Colors of #CFE152
Black with #CFE152
Text Example
Text Example
White with #CFE152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE152; }
p { color: rgb(207,225,82); }
H1.HeaderClassName
{
color: #CFE152;
}
.AnyTagClassName
{
color: #CFE152;
}
</style>
background-color css
<style>
a { background-color: #CFE152; }
a { background-color: rgb(207,225,82); }
div.DivClassName
{
background-color: #CFE152;
}
.BgClassName
{
background-color: #CFE152;
}
</style>
border-color css
<style>
span { border-color: #CFE152; }
span { border-color: rgb(207,225,82); }
td.TdClassName
{
border-color: #CFE152;
}
.TagClassName
{
border-color: #CFE152;
}
</style>