#D8F14E

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

Shades of Manz #D8F14E

Tints of Manz #D8F14E

Color information

#D8F14E (or 0xD8F14E) is unknown color: approx Manz. HEX triplet: D8, F1 and 4E. RGB value is (216,241,78). Sum of RGB (Red+Green+Blue) = 216+241+78=535 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.37% from 535); Green value is 241 (94.53% from 255 or 45.05% from 535); Blue value is 78 (30.86% from 255 or 14.58% from 535); Max value from RGB is 241 - color contains mainly: green. Hex color #D8F14E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8F14E is #270EB1. Grayscale: #D7D7D7. Windows color (decimal): -2559666 or 5173720. OLE color: 5173720.

HSL color Cylindrical-coordinate representation of color #D8F14E: hue angle of 69.2º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D8F14E is Cyan = 0.10, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB21624178-
CMYK0.1000.680.05
HSL69.2º85.34%62.55%-
HSV(B)69.2º67.63%94.51%-
XYZ61.1578.0619.05-
YUV214.9450.72128.75-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.37%
GREEN value IS 241 (94.53% from 255) = 45.05%
BLUE value IS 78 (30.86% from 255) = 14.58%
R=40.37%
G=45.05%
B=14.58%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal216241780.1000.680.0569.285.3462.55
HexD8F14EA044545553f
Octal330361116120104510512577
Binary1101100011110001100111010100100010010110001011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8F14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8F14E; }

 p { color: rgb(216,241,78); }

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

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

 a { background-color: rgb(216,241,78); }

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

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

 span { border-color: rgb(216,241,78); }

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