#D9ED50

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

Shades of Manz #D9ED50

Tints of Manz #D9ED50

Color information

#D9ED50 (or 0xD9ED50) is unknown color: approx Manz. HEX triplet: D9, ED and 50. RGB value is (217,237,80). Sum of RGB (Red+Green+Blue) = 217+237+80=534 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.64% from 534); Green value is 237 (92.97% from 255 or 44.38% from 534); Blue value is 80 (31.64% from 255 or 14.98% from 534); Max value from RGB is 237 - color contains mainly: green. Hex color #D9ED50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9ED50 is #2612AF. Grayscale: #D5D5D5. Windows color (decimal): -2495152 or 5303769. OLE color: 5303769.

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

Color convert

RGB21723780-
CMYK0.0800.660.07
HSL67.64º81.35%62.16%-
HSV(B)67.64º66.24%92.94%-
XYZ60.3575.919.06-
YUV213.1252.87130.77-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.64%
GREEN value IS 237 (92.97% from 255) = 44.38%
BLUE value IS 80 (31.64% from 255) = 14.98%
R=40.64%
G=44.38%
B=14.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal217237800.0800.660.0767.6481.3562.16
HexD9ED508042744513e
Octal331355120100102710412176
Binary1101100111101101101000010000100001011110001001010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ED50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ED50; }

 p { color: rgb(217,237,80); }

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

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

 a { background-color: rgb(217,237,80); }

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

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

 span { border-color: rgb(217,237,80); }

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