Shades of Manz #CFDD5A
Tints of Manz #CFDD5A
RGB
CMYK
RGB Variations
Color information
#CFDD5A (or 0xCFDD5A) is known color: Manz. HEX triplet: CF, DD and 5A. RGB value is (207,221,90). Sum of RGB (Red+Green+Blue) = 207+221+90=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 90 (35.55% from 255 or 17.37% from 518); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDD5A is #3022A5. Grayscale: #CACACA. Windows color (decimal): -3154598 or 5955023. OLE color: 5955023.
HSL color Cylindrical-coordinate representation of color #CFDD5A: hue angle of 66.41º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CFDD5A is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 221 | 90 | - |
| CMYK | 0.06 | 0 | 0.59 | 0.13 |
| HSL | 66.41º | 0.66% | 0.61% | - |
| HSV(B) | 66.41º | 0.59% | 0.87% | - |
| XYZ | 53.43 | 65.72 | 19.54 | - |
| YUV | 201.88 | 64.86 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 90 | 0.06 | 0 | 0.59 | 0.13 | 66.41 | 0.66 | 0.61 |
| Hex | CF | DD | 5A | 6 | 0 | 3B | D | 42 | 42 | 3D |
| Octal | 317 | 335 | 132 | 6 | 0 | 73 | 15 | 102 | 102 | 75 |
| Binary | 11001111 | 11011101 | 1011010 | 110 | 0 | 111011 | 1101 | 1000010 | 1000010 | 111101 |
Color Harmonies of #CFDD5A
Complementary color
Monochromatic Colors of #CFDD5A
Black with #CFDD5A
Text Example
Text Example
White with #CFDD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDD5A; }
p { color: rgb(207,221,90); }
H1.HeaderClassName
{
color: #CFDD5A;
}
.AnyTagClassName
{
color: #CFDD5A;
}
</style>
background-color css
<style>
a { background-color: #CFDD5A; }
a { background-color: rgb(207,221,90); }
div.DivClassName
{
background-color: #CFDD5A;
}
.BgClassName
{
background-color: #CFDD5A;
}
</style>
border-color css
<style>
span { border-color: #CFDD5A; }
span { border-color: rgb(207,221,90); }
td.TdClassName
{
border-color: #CFDD5A;
}
.TagClassName
{
border-color: #CFDD5A;
}
</style>