Html Css Color HEX #DAE25E Manz

📋 copy color: '#DAE25E'

red 218 ◦ green 226 ◦ blue 94

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

Shades of Manz #DAE25E

Tints of Manz #DAE25E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.47%

R = 40.52%
G = 42.01%
B = 17.47%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#DAE25E (or 0xDAE25E) is known color: Manz. HEX triplet: DA, E2 and 5E. RGB value is (218,226,94). Sum of RGB (Red+Green+Blue) = 218+226+94=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 226 (88.67% from 255 or 42.01% from 538); Blue value is 94 (37.11% from 255 or 17.47% from 538); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE25E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE25E is #251DA1. Grayscale: #D1D1D1. Windows color (decimal): -2432418 or 6218458. OLE color: 6218458.

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

Color convert

RGB 218 226 94 -
CMYK 0.04 0 0.58 0.11
HSL 63.64º 0.69% 0.63% -
HSV(B) 63.64º 0.58% 0.89% -
XYZ 58.13 70.11 21.06 -
YUV 208.56 63.35 134.73 -
System Red Green Blue C M Y K H S L
Decimal 218 226 94 0.04 0 0.58 0.11 63.64 0.69 0.63
Hex DA E2 5E 4 0 3A B 40 45 3F
Octal 332 342 136 4 0 72 13 100 105 77
Binary 11011010 11100010 1011110 100 0 111010 1011 1000000 1000101 111111

Color Harmonies of #DAE25E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE25E

Black with #DAE25E

Text Example


Text Example

White with #DAE25E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE25E; }

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

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

background-color css

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

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

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

border-color css

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

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

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