Html Css Color HEX #DAED50 Manz

📋 copy color: '#DAED50'

red 218 ◦ green 237 ◦ blue 80

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

Shades of Manz #DAED50

Tints of Manz #DAED50

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.3%

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

R = 40.75%
G = 44.3%
B = 14.95%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#DAED50 (or 0xDAED50) is known color: Manz. HEX triplet: DA, ED and 50. RGB value is (218,237,80). Sum of RGB (Red+Green+Blue) = 218+237+80=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 237 (92.97% from 255 or 44.30% from 535); Blue value is 80 (31.64% from 255 or 14.95% from 535); Max value from RGB is 237 - color contains mainly: green. Hex color #DAED50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAED50 is #2512AF. Grayscale: #D6D6D6. Windows color (decimal): -2429616 or 5303770. OLE color: 5303770.

HSL color Cylindrical-coordinate representation of color #DAED50: hue angle of 67.26º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DAED50 is Cyan = 0.08, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB 218 237 80 -
CMYK 0.08 0 0.66 0.07
HSL 67.26º 0.81% 0.62% -
HSV(B) 67.26º 0.66% 0.93% -
XYZ 60.65 76.05 19.07 -
YUV 213.42 52.71 131.27 -
System Red Green Blue C M Y K H S L
Decimal 218 237 80 0.08 0 0.66 0.07 67.26 0.81 0.62
Hex DA ED 50 8 0 42 7 43 51 3E
Octal 332 355 120 10 0 102 7 103 121 76
Binary 11011010 11101101 1010000 1000 0 1000010 111 1000011 1010001 111110

Color Harmonies of #DAED50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAED50

Black with #DAED50

Text Example


Text Example

White with #DAED50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAED50; }

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

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

background-color css

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

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

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

border-color css

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

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

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