Html Css Color HEX #DAE254 Manz

📋 copy color: '#DAE254'

red 218 ◦ green 226 ◦ blue 84

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

Shades of Manz #DAE254

Tints of Manz #DAE254

RGB

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

 GREEN value IS 226 (88.67% from 255) = 42.8%

 BLUE value IS 84 (33.2% from 255) = 15.91%

R = 41.29%
G = 42.8%
B = 15.91%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.63

 K value IS 0.11

RGB Variations

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

Color information

#DAE254 (or 0xDAE254) is known color: Manz. HEX triplet: DA, E2 and 54. RGB value is (218,226,84). Sum of RGB (Red+Green+Blue) = 218+226+84=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 226 (88.67% from 255 or 42.80% from 528); Blue value is 84 (33.20% from 255 or 15.91% from 528); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE254 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE254 is #251DAB. Grayscale: #CFCFCF. Windows color (decimal): -2432428 or 5563098. OLE color: 5563098.

HSL color Cylindrical-coordinate representation of color #DAE254: hue angle of 63.38º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DAE254 is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.

Color convert

RGB 218 226 84 -
CMYK 0.04 0 0.63 0.11
HSL 63.38º 0.71% 0.61% -
HSV(B) 63.38º 0.63% 0.89% -
XYZ 57.71 69.94 18.85 -
YUV 207.42 58.35 135.55 -
System Red Green Blue C M Y K H S L
Decimal 218 226 84 0.04 0 0.63 0.11 63.38 0.71 0.61
Hex DA E2 54 4 0 3F B 3F 47 3D
Octal 332 342 124 4 0 77 13 77 107 75
Binary 11011010 11100010 1010100 100 0 111111 1011 111111 1000111 111101

Color Harmonies of #DAE254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE254

Black with #DAE254

Text Example


Text Example

White with #DAE254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE254; }

 p { color: rgb(218,226,84); }

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

background-color css

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

 a { background-color: rgb(218,226,84); }

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

border-color css

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

 span { border-color: rgb(218,226,84); }

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