Shades of Manz #CFE150
Tints of Manz #CFE150
RGB
CMYK
RGB Variations
Color information
#CFE150 (or 0xCFE150) is known color: Manz. HEX triplet: CF, E1 and 50. RGB value is (207,225,80). Sum of RGB (Red+Green+Blue) = 207+225+80=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 225 (88.28% from 255 or 43.95% from 512); Blue value is 80 (31.64% from 255 or 15.62% from 512); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE150 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE150 is #301EAF. Grayscale: #CBCBCB. Windows color (decimal): -3153584 or 5300687. OLE color: 5300687.
HSL color Cylindrical-coordinate representation of color #CFE150: hue angle of 67.45º degrees, saturation: 0.71, 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 #CFE150 is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 225 | 80 | - |
| CMYK | 0.08 | 0 | 0.64 | 0.12 |
| HSL | 67.45º | 0.71% | 0.6% | - |
| HSV(B) | 67.45º | 0.64% | 0.88% | - |
| XYZ | 54.11 | 67.7 | 17.8 | - |
| YUV | 203.09 | 58.54 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 225 | 80 | 0.08 | 0 | 0.64 | 0.12 | 67.45 | 0.71 | 0.6 |
| Hex | CF | E1 | 50 | 8 | 0 | 40 | C | 43 | 47 | 3C |
| Octal | 317 | 341 | 120 | 10 | 0 | 100 | 14 | 103 | 107 | 74 |
| Binary | 11001111 | 11100001 | 1010000 | 1000 | 0 | 1000000 | 1100 | 1000011 | 1000111 | 111100 |
Color Harmonies of #CFE150
Complementary color
Monochromatic Colors of #CFE150
Black with #CFE150
Text Example
Text Example
White with #CFE150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE150; }
p { color: rgb(207,225,80); }
H1.HeaderClassName
{
color: #CFE150;
}
.AnyTagClassName
{
color: #CFE150;
}
</style>
background-color css
<style>
a { background-color: #CFE150; }
a { background-color: rgb(207,225,80); }
div.DivClassName
{
background-color: #CFE150;
}
.BgClassName
{
background-color: #CFE150;
}
</style>
border-color css
<style>
span { border-color: #CFE150; }
span { border-color: rgb(207,225,80); }
td.TdClassName
{
border-color: #CFE150;
}
.TagClassName
{
border-color: #CFE150;
}
</style>