#d9e94b

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

Shades of Manz #D9E94B

Tints of Manz #D9E94B

Color information

#D9E94B (or 0xD9E94B) is unknown color: approx Manz. HEX triplet: D9, E9 and 4B. RGB value is (217,233,75). Sum of RGB (Red+Green+Blue) = 217+233+75=525 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.33% from 525); Green value is 233 (91.41% from 255 or 44.38% from 525); Blue value is 75 (29.69% from 255 or 14.29% from 525); Max value from RGB is 233 - color contains mainly: green. Hex color #D9E94B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9E94B is #2616B4. Grayscale: #D2D2D2. Windows color (decimal): -2496181 or 4975065. OLE color: 4975065.

HSL color Cylindrical-coordinate representation of color #D9E94B: hue angle of 66.08º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D9E94B is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB21723375-
CMYK0.0700.680.09
HSL66.08º78.22%60.39%-
HSV(B)66.08º67.81%91.37%-
XYZ59.0273.5417.74-
YUV210.251.7132.85-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.33%
GREEN value IS 233 (91.41% from 255) = 44.38%
BLUE value IS 75 (29.69% from 255) = 14.29%
R=41.33%
G=44.38%
B=14.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal217233750.0700.680.0966.0878.2260.39
HexD9E94B70449424e3c
Octal331351113701041110211674
Binary1101100111101001100101111101000100100110000101001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d9e94b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d9e94b; }

 p { color: rgb(217,233,75); }

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

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

 a { background-color: rgb(217,233,75); }

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

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

 span { border-color: rgb(217,233,75); }

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