Html Css Color HEX #DADE49 Manz

📋 copy color: '#DADE49'

red 218 ◦ green 222 ◦ blue 73

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

Shades of Manz #DADE49

Tints of Manz #DADE49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 14.23%

R = 42.5%
G = 43.27%
B = 14.23%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DADE49 (or 0xDADE49) is known color: Manz. HEX triplet: DA, DE and 49. RGB value is (218,222,73). Sum of RGB (Red+Green+Blue) = 218+222+73=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 222 (87.11% from 255 or 43.27% from 513); Blue value is 73 (28.91% from 255 or 14.23% from 513); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADE49 is #2521B6. Grayscale: #CCCCCC. Windows color (decimal): -2433463 or 4841178. OLE color: 4841178.

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

Color convert

RGB 218 222 73 -
CMYK 0.02 0 0.67 0.13
HSL 61.61º 0.69% 0.58% -
HSV(B) 61.61º 0.67% 0.87% -
XYZ 56.24 67.63 16.39 -
YUV 203.82 54.17 138.12 -
System Red Green Blue C M Y K H S L
Decimal 218 222 73 0.02 0 0.67 0.13 61.61 0.69 0.58
Hex DA DE 49 2 0 43 D 3E 45 3A
Octal 332 336 111 2 0 103 15 76 105 72
Binary 11011010 11011110 1001001 10 0 1000011 1101 111110 1000101 111010

Color Harmonies of #DADE49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADE49

Black with #DADE49

Text Example


Text Example

White with #DADE49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADE49; }

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

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

background-color css

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

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

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

border-color css

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

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

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