#D4E350

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

Shades of Manz #D4E350

Tints of Manz #D4E350

Color information

#D4E350 (or 0xD4E350) is unknown color: approx Manz. HEX triplet: D4, E3 and 50. RGB value is (212,227,80). Sum of RGB (Red+Green+Blue) = 212+227+80=519 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.85% from 519); Green value is 227 (89.06% from 255 or 43.74% from 519); Blue value is 80 (31.64% from 255 or 15.41% from 519); Max value from RGB is 227 - color contains mainly: green. Hex color #D4E350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4E350 is #2B1CAF. Grayscale: #CECECE. Windows color (decimal): -2825392 or 5301204. OLE color: 5301204.

HSL color Cylindrical-coordinate representation of color #D4E350: hue angle of 66.12º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D4E350 is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB21222780-
CMYK0.0700.650.11
HSL66.12º72.41%60.2%-
HSV(B)66.12º64.76%89.02%-
XYZ56.0769.5118.05-
YUV205.7657.03132.45-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.85%
GREEN value IS 227 (89.06% from 255) = 43.74%
BLUE value IS 80 (31.64% from 255) = 15.41%
R=40.85%
G=43.74%
B=15.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal212227800.0700.650.1166.1272.4160.2
HexD4E3507041B42483c
Octal324343120701011310211074
Binary1101010011100011101000011101000001101110000101001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4E350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4E350; }

 p { color: rgb(212,227,80); }

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

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

 a { background-color: rgb(212,227,80); }

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

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

 span { border-color: rgb(212,227,80); }

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