#D8EB50

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

Shades of Manz #D8EB50

Tints of Manz #D8EB50

Color information

#D8EB50 (or 0xD8EB50) is unknown color: approx Manz. HEX triplet: D8, EB and 50. RGB value is (216,235,80). Sum of RGB (Red+Green+Blue) = 216+235+80=531 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.68% from 531); Green value is 235 (92.19% from 255 or 44.26% from 531); Blue value is 80 (31.64% from 255 or 15.07% from 531); Max value from RGB is 235 - color contains mainly: green. Hex color #D8EB50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8EB50 is #2714AF. Grayscale: #D4D4D4. Windows color (decimal): -2561200 or 5303256. OLE color: 5303256.

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

Color convert

RGB21623580-
CMYK0.0800.660.08
HSL67.35º79.49%61.76%-
HSV(B)67.35º65.96%92.16%-
XYZ59.4874.5918.85-
YUV211.6553.71131.1-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.68%
GREEN value IS 235 (92.19% from 255) = 44.26%
BLUE value IS 80 (31.64% from 255) = 15.07%
R=40.68%
G=44.26%
B=15.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal216235800.0800.660.0867.3579.4961.76
HexD8EB5080428434f3e
Octal3303531201001021010311776
Binary11011000111010111010000100001000010100010000111001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8EB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8EB50; }

 p { color: rgb(216,235,80); }

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

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

 a { background-color: rgb(216,235,80); }

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

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

 span { border-color: rgb(216,235,80); }

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