Shades of Manz #CFE554
Tints of Manz #CFE554
RGB
CMYK
RGB Variations
Color information
#CFE554 (or 0xCFE554) is known color: Manz. HEX triplet: CF, E5 and 54. RGB value is (207,229,84). Sum of RGB (Red+Green+Blue) = 207+229+84=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 229 (89.84% from 255 or 44.04% from 520); Blue value is 84 (33.20% from 255 or 16.15% from 520); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE554 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE554 is #301AAB. Grayscale: #CECECE. Windows color (decimal): -3152556 or 5563855. OLE color: 5563855.
HSL color Cylindrical-coordinate representation of color #CFE554: hue angle of 69.1º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CFE554 is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 229 | 84 | - |
| CMYK | 0.10 | 0 | 0.63 | 0.10 |
| HSL | 69.1º | 0.74% | 0.61% | - |
| HSV(B) | 69.1º | 0.63% | 0.9% | - |
| XYZ | 55.35 | 69.94 | 18.97 | - |
| YUV | 205.89 | 59.21 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 229 | 84 | 0.10 | 0 | 0.63 | 0.10 | 69.1 | 0.74 | 0.61 |
| Hex | CF | E5 | 54 | A | 0 | 3F | A | 45 | 4A | 3D |
| Octal | 317 | 345 | 124 | 12 | 0 | 77 | 12 | 105 | 112 | 75 |
| Binary | 11001111 | 11100101 | 1010100 | 1010 | 0 | 111111 | 1010 | 1000101 | 1001010 | 111101 |
Color Harmonies of #CFE554
Complementary color
Monochromatic Colors of #CFE554
Black with #CFE554
Text Example
Text Example
White with #CFE554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE554; }
p { color: rgb(207,229,84); }
H1.HeaderClassName
{
color: #CFE554;
}
.AnyTagClassName
{
color: #CFE554;
}
</style>
background-color css
<style>
a { background-color: #CFE554; }
a { background-color: rgb(207,229,84); }
div.DivClassName
{
background-color: #CFE554;
}
.BgClassName
{
background-color: #CFE554;
}
</style>
border-color css
<style>
span { border-color: #CFE554; }
span { border-color: rgb(207,229,84); }
td.TdClassName
{
border-color: #CFE554;
}
.TagClassName
{
border-color: #CFE554;
}
</style>