Html Css Color HEX #DADE5E Manz

📋 copy color: '#DADE5E'

red 218 ◦ green 222 ◦ blue 94

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

Shades of Manz #DADE5E

Tints of Manz #DADE5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.6%

R = 40.82%
G = 41.57%
B = 17.6%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DADE5E (or 0xDADE5E) is known color: Manz. HEX triplet: DA, DE and 5E. RGB value is (218,222,94). Sum of RGB (Red+Green+Blue) = 218+222+94=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 222 (87.11% from 255 or 41.57% from 534); Blue value is 94 (37.11% from 255 or 17.60% from 534); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADE5E is #2521A1. Grayscale: #CECECE. Windows color (decimal): -2433442 or 6217434. OLE color: 6217434.

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

Color convert

RGB 218 222 94 -
CMYK 0.02 0 0.58 0.13
HSL 61.88º 0.66% 0.62% -
HSV(B) 61.88º 0.58% 0.87% -
XYZ 57.06 67.96 20.7 -
YUV 206.21 64.67 136.41 -
System Red Green Blue C M Y K H S L
Decimal 218 222 94 0.02 0 0.58 0.13 61.88 0.66 0.62
Hex DA DE 5E 2 0 3A D 3E 42 3E
Octal 332 336 136 2 0 72 15 76 102 76
Binary 11011010 11011110 1011110 10 0 111010 1101 111110 1000010 111110

Color Harmonies of #DADE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADE5E

Black with #DADE5E

Text Example


Text Example

White with #DADE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADE5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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