#D6E94E

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

Shades of Manz #D6E94E

Tints of Manz #D6E94E

Color information

#D6E94E (or 0xD6E94E) is unknown color: approx Manz. HEX triplet: D6, E9 and 4E. RGB value is (214,233,78). Sum of RGB (Red+Green+Blue) = 214+233+78=525 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.76% from 525); Green value is 233 (91.41% from 255 or 44.38% from 525); Blue value is 78 (30.86% from 255 or 14.86% from 525); Max value from RGB is 233 - color contains mainly: green. Hex color #D6E94E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6E94E is #2916B1. Grayscale: #D2D2D2. Windows color (decimal): -2692786 or 5171670. OLE color: 5171670.

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

Color convert

RGB21423378-
CMYK0.0800.670.09
HSL67.35º77.89%60.98%-
HSV(B)67.35º66.52%91.37%-
XYZ58.2573.1218.25-
YUV209.6553.71131.1-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.76%
GREEN value IS 233 (91.41% from 255) = 44.38%
BLUE value IS 78 (30.86% from 255) = 14.86%
R=40.76%
G=44.38%
B=14.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal214233780.0800.670.0967.3577.8960.98
HexD6E94E80439434e3d
Octal3263511161001031110311675
Binary11010110111010011001110100001000011100110000111001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E94E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E94E; }

 p { color: rgb(214,233,78); }

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

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

 a { background-color: rgb(214,233,78); }

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

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

 span { border-color: rgb(214,233,78); }

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