Html Css Color HEX #DAE54A Manz

📋 copy color: '#DAE54A'

red 218 ◦ green 229 ◦ blue 74

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

Shades of Manz #DAE54A

Tints of Manz #DAE54A

RGB

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

 GREEN value IS 229 (89.84% from 255) = 43.95%

 BLUE value IS 74 (29.3% from 255) = 14.2%

R = 41.84%
G = 43.95%
B = 14.2%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#DAE54A (or 0xDAE54A) is known color: Manz. HEX triplet: DA, E5 and 4A. RGB value is (218,229,74). Sum of RGB (Red+Green+Blue) = 218+229+74=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 229 (89.84% from 255 or 43.95% from 521); Blue value is 74 (29.30% from 255 or 14.20% from 521); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE54A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE54A is #251AB5. Grayscale: #D0D0D0. Windows color (decimal): -2431670 or 4908506. OLE color: 4908506.

HSL color Cylindrical-coordinate representation of color #DAE54A: hue angle of 64.26º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DAE54A is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB 218 229 74 -
CMYK 0.05 0 0.68 0.10
HSL 64.26º 0.75% 0.59% -
HSV(B) 64.26º 0.68% 0.9% -
XYZ 58.17 71.44 17.2 -
YUV 208.04 52.36 135.1 -
System Red Green Blue C M Y K H S L
Decimal 218 229 74 0.05 0 0.68 0.10 64.26 0.75 0.59
Hex DA E5 4A 5 0 44 A 40 4B 3B
Octal 332 345 112 5 0 104 12 100 113 73
Binary 11011010 11100101 1001010 101 0 1000100 1010 1000000 1001011 111011

Color Harmonies of #DAE54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE54A

Black with #DAE54A

Text Example


Text Example

White with #DAE54A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE54A; }

 p { color: rgb(218,229,74); }

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

background-color css

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

 a { background-color: rgb(218,229,74); }

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

border-color css

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

 span { border-color: rgb(218,229,74); }

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