#DAE14E

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

Shades of Manz #DAE14E

Tints of Manz #DAE14E

Color information

#DAE14E (or 0xDAE14E) is unknown color: approx Manz. HEX triplet: DA, E1 and 4E. RGB value is (218,225,78). Sum of RGB (Red+Green+Blue) = 218+225+78=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 225 (88.28% from 255 or 43.19% from 521); Blue value is 78 (30.86% from 255 or 14.97% from 521); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE14E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE14E is #251EB1. Grayscale: #CECECE. Windows color (decimal): -2432690 or 5169626. OLE color: 5169626.

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

Color convert

RGB21822578-
CMYK0.0300.650.12
HSL62.86º71.01%59.41%-
HSV(B)62.86º65.33%88.24%-
XYZ57.2169.3117.57-
YUV206.1555.68136.45-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.84%
GREEN value IS 225 (88.28% from 255) = 43.19%
BLUE value IS 78 (30.86% from 255) = 14.97%
R=41.84%
G=43.19%
B=14.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal218225780.0300.650.1262.8671.0159.41
HexDAE14E3041C3f473b
Octal33234111630101147710773
Binary11011010111000011001110110100000111001111111000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE14E; }

 p { color: rgb(218,225,78); }

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

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

 a { background-color: rgb(218,225,78); }

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

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

 span { border-color: rgb(218,225,78); }

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