Html Css Color HEX #DADE4E Manz

📋 copy color: '#DADE4E'

red 218 ◦ green 222 ◦ blue 78

#DADE4E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Manz #DADE4E

Tints of Manz #DADE4E

RGB

 RED value IS 218 (85.55% from 255) = 42.08%

 GREEN value IS 222 (87.11% from 255) = 42.86%

 BLUE value IS 78 (30.86% from 255) = 15.06%

R = 42.08%
G = 42.86%
B = 15.06%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DADE4E (or 0xDADE4E) is known color: Manz. HEX triplet: DA, DE and 4E. RGB value is (218,222,78). Sum of RGB (Red+Green+Blue) = 218+222+78=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 222 (87.11% from 255 or 42.86% from 518); Blue value is 78 (30.86% from 255 or 15.06% from 518); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADE4E is #2521B1. Grayscale: #CCCCCC. Windows color (decimal): -2433458 or 5168858. OLE color: 5168858.

HSL color Cylindrical-coordinate representation of color #DADE4E: hue angle of 61.67º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DADE4E is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 222 78 -
CMYK 0.02 0 0.65 0.13
HSL 61.67º 0.69% 0.59% -
HSV(B) 61.67º 0.65% 0.87% -
XYZ 56.41 67.7 17.3 -
YUV 204.39 56.67 137.71 -
System Red Green Blue C M Y K H S L
Decimal 218 222 78 0.02 0 0.65 0.13 61.67 0.69 0.59
Hex DA DE 4E 2 0 41 D 3E 45 3B
Octal 332 336 116 2 0 101 15 76 105 73
Binary 11011010 11011110 1001110 10 0 1000001 1101 111110 1000101 111011

Color Harmonies of #DADE4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADE4E

Black with #DADE4E

Text Example


Text Example

White with #DADE4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADE4E; }

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

 H1.HeaderClassName
 {
   color: #DADE4E;
 }
 .AnyTagClassName
 {
   color: #DADE4E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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