#DFEC4B

Color #DFEC4B Manz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manz #DFEC4B

Tints of Manz #DFEC4B

Color information

#DFEC4B (or 0xDFEC4B) is unknown color: approx Manz. HEX triplet: DF, EC and 4B. RGB value is (223,236,75). Sum of RGB (Red+Green+Blue) = 223+236+75=534 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.76% from 534); Green value is 236 (92.58% from 255 or 44.19% from 534); Blue value is 75 (29.69% from 255 or 14.04% from 534); Max value from RGB is 236 - color contains mainly: green. Hex color #DFEC4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFEC4B is #2013B4. Grayscale: #D6D6D6. Windows color (decimal): -2102197 or 4975839. OLE color: 4975839.

HSL color Cylindrical-coordinate representation of color #DFEC4B: hue angle of 64.84º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DFEC4B is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB22323675-
CMYK0.0600.680.07
HSL64.84º80.9%60.98%-
HSV(B)64.84º68.22%92.55%-
XYZ61.776.1918.11-
YUV213.7649.69134.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 41.76%
GREEN value IS 236 (92.58% from 255) = 44.19%
BLUE value IS 75 (29.69% from 255) = 14.04%
R=41.76%
G=44.19%
B=14.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal223236750.0600.680.0764.8480.960.98
HexDFEC4B6044741513d
Octal33735411360104710112175
Binary110111111110110010010111100100010011110000011010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEC4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEC4B; }

 p { color: rgb(223,236,75); }

 H1.HeaderClassName
 {
   color: #DFEC4B;
 }
 .AnyTagClassName
 {
   color: #DFEC4B;
 }
</style>
background-color css

<style>
 a { background-color: #DFEC4B; }

 a { background-color: rgb(223,236,75); }

 div.DivClassName
 {
   background-color: #DFEC4B;
 }
 .BgClassName
 {
   background-color: #DFEC4B;
 }
</style>
border-color css

<style>
 span { border-color: #DFEC4B; }

 span { border-color: rgb(223,236,75); }

 td.TdClassName
 {
   border-color: #DFEC4B;
 }
 .TagClassName
 {
   border-color: #DFEC4B;
 }
</style>