#D9E05D

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

Shades of Manz #D9E05D

Tints of Manz #D9E05D

Color information

#D9E05D (or 0xD9E05D) is unknown color: approx Manz. HEX triplet: D9, E0 and 5D. RGB value is (217,224,93). Sum of RGB (Red+Green+Blue) = 217+224+93=534 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.64% from 534); Green value is 224 (87.89% from 255 or 41.95% from 534); Blue value is 93 (36.72% from 255 or 17.42% from 534); Max value from RGB is 224 - color contains mainly: green. Hex color #D9E05D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9E05D is #261FA2. Grayscale: #CFCFCF. Windows color (decimal): -2498467 or 6152409. OLE color: 6152409.

HSL color Cylindrical-coordinate representation of color #D9E05D: hue angle of 63.21º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D9E05D is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB21722493-
CMYK0.0300.580.12
HSL63.21º67.88%62.16%-
HSV(B)63.21º58.48%87.84%-
XYZ57.2568.8520.63-
YUV206.9763.68135.15-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.64%
GREEN value IS 224 (87.89% from 255) = 41.95%
BLUE value IS 93 (36.72% from 255) = 17.42%
R=40.64%
G=41.95%
B=17.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal217224930.0300.580.1263.2167.8862.16
HexD9E05D303AC3f443e
Octal3313401353072147710476
Binary1101100111100000101110111011101011001111111000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E05D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E05D; }

 p { color: rgb(217,224,93); }

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

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

 a { background-color: rgb(217,224,93); }

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

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

 span { border-color: rgb(217,224,93); }

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