Html Css Color HEX #DAE54C Manz

📋 copy color: '#DAE54C'

red 218 ◦ green 229 ◦ blue 76

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

Shades of Manz #DAE54C

Tints of Manz #DAE54C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 14.53%

R = 41.68%
G = 43.79%
B = 14.53%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#DAE54C (or 0xDAE54C) is known color: Manz. HEX triplet: DA, E5 and 4C. RGB value is (218,229,76). Sum of RGB (Red+Green+Blue) = 218+229+76=523 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.68% from 523); Green value is 229 (89.84% from 255 or 43.79% from 523); Blue value is 76 (30.08% from 255 or 14.53% from 523); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE54C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE54C is #251AB3. Grayscale: #D0D0D0. Windows color (decimal): -2431668 or 5039578. OLE color: 5039578.

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

Color convert

RGB 218 229 76 -
CMYK 0.05 0 0.67 0.10
HSL 64.31º 0.75% 0.6% -
HSV(B) 64.31º 0.67% 0.9% -
XYZ 58.24 71.47 17.56 -
YUV 208.27 53.36 134.94 -
System Red Green Blue C M Y K H S L
Decimal 218 229 76 0.05 0 0.67 0.10 64.31 0.75 0.6
Hex DA E5 4C 5 0 43 A 40 4B 3C
Octal 332 345 114 5 0 103 12 100 113 74
Binary 11011010 11100101 1001100 101 0 1000011 1010 1000000 1001011 111100

Color Harmonies of #DAE54C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE54C

Black with #DAE54C

Text Example


Text Example

White with #DAE54C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE54C; }

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

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

background-color css

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

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

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

border-color css

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

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

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