Html Css Color HEX #DAE050 Manz

📋 copy color: '#DAE050'

red 218 ◦ green 224 ◦ blue 80

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

Shades of Manz #DAE050

Tints of Manz #DAE050

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.91%

 BLUE value IS 80 (31.64% from 255) = 15.33%

R = 41.76%
G = 42.91%
B = 15.33%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#DAE050 (or 0xDAE050) is known color: Manz. HEX triplet: DA, E0 and 50. RGB value is (218,224,80). Sum of RGB (Red+Green+Blue) = 218+224+80=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 224 (87.89% from 255 or 42.91% from 522); Blue value is 80 (31.64% from 255 or 15.33% from 522); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE050 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE050 is #251FAF. Grayscale: #CECECE. Windows color (decimal): -2432944 or 5300442. OLE color: 5300442.

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

Color convert

RGB 218 224 80 -
CMYK 0.03 0 0.64 0.12
HSL 62.5º 0.7% 0.6% -
HSV(B) 62.5º 0.64% 0.88% -
XYZ 57.02 68.8 17.86 -
YUV 205.79 57.01 136.71 -
System Red Green Blue C M Y K H S L
Decimal 218 224 80 0.03 0 0.64 0.12 62.5 0.7 0.6
Hex DA E0 50 3 0 40 C 3F 46 3C
Octal 332 340 120 3 0 100 14 77 106 74
Binary 11011010 11100000 1010000 11 0 1000000 1100 111111 1000110 111100

Color Harmonies of #DAE050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE050

Black with #DAE050

Text Example


Text Example

White with #DAE050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE050; }

 p { color: rgb(218,224,80); }

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

background-color css

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

 a { background-color: rgb(218,224,80); }

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

border-color css

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

 span { border-color: rgb(218,224,80); }

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