Shades of Manz #CFE254
Tints of Manz #CFE254
RGB
CMYK
RGB Variations
Color information
#CFE254 (or 0xCFE254) is known color: Manz. HEX triplet: CF, E2 and 54. RGB value is (207,226,84). Sum of RGB (Red+Green+Blue) = 207+226+84=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 226 (88.67% from 255 or 43.71% from 517); Blue value is 84 (33.20% from 255 or 16.25% from 517); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE254 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE254 is #301DAB. Grayscale: #CCCCCC. Windows color (decimal): -3153324 or 5563087. OLE color: 5563087.
HSL color Cylindrical-coordinate representation of color #CFE254: hue angle of 68.03º degrees, saturation: 0.71, 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 #CFE254 is Cyan = 0.08, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 226 | 84 | - |
| CMYK | 0.08 | 0 | 0.63 | 0.11 |
| HSL | 68.03º | 0.71% | 0.61% | - |
| HSV(B) | 68.03º | 0.63% | 0.89% | - |
| XYZ | 54.53 | 68.3 | 18.7 | - |
| YUV | 204.13 | 60.21 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 226 | 84 | 0.08 | 0 | 0.63 | 0.11 | 68.03 | 0.71 | 0.61 |
| Hex | CF | E2 | 54 | 8 | 0 | 3F | B | 44 | 47 | 3D |
| Octal | 317 | 342 | 124 | 10 | 0 | 77 | 13 | 104 | 107 | 75 |
| Binary | 11001111 | 11100010 | 1010100 | 1000 | 0 | 111111 | 1011 | 1000100 | 1000111 | 111101 |
Color Harmonies of #CFE254
Complementary color
Monochromatic Colors of #CFE254
Black with #CFE254
Text Example
Text Example
White with #CFE254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE254; }
p { color: rgb(207,226,84); }
H1.HeaderClassName
{
color: #CFE254;
}
.AnyTagClassName
{
color: #CFE254;
}
</style>
background-color css
<style>
a { background-color: #CFE254; }
a { background-color: rgb(207,226,84); }
div.DivClassName
{
background-color: #CFE254;
}
.BgClassName
{
background-color: #CFE254;
}
</style>
border-color css
<style>
span { border-color: #CFE254; }
span { border-color: rgb(207,226,84); }
td.TdClassName
{
border-color: #CFE254;
}
.TagClassName
{
border-color: #CFE254;
}
</style>