Html Css Color HEX #DAEE4D Manz

📋 copy color: '#DAEE4D'

red 218 ◦ green 238 ◦ blue 77

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

Shades of Manz #DAEE4D

Tints of Manz #DAEE4D

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.65%

 BLUE value IS 77 (30.47% from 255) = 14.45%

R = 40.9%
G = 44.65%
B = 14.45%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#DAEE4D (or 0xDAEE4D) is known color: Manz. HEX triplet: DA, EE and 4D. RGB value is (218,238,77). Sum of RGB (Red+Green+Blue) = 218+238+77=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 238 (93.36% from 255 or 44.65% from 533); Blue value is 77 (30.47% from 255 or 14.45% from 533); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEE4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEE4D is #2511B2. Grayscale: #D6D6D6. Windows color (decimal): -2429363 or 5107418. OLE color: 5107418.

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

Color convert

RGB 218 238 77 -
CMYK 0.08 0 0.68 0.07
HSL 67.45º 0.83% 0.62% -
HSV(B) 67.45º 0.68% 0.93% -
XYZ 60.83 76.59 18.6 -
YUV 213.67 50.87 131.09 -
System Red Green Blue C M Y K H S L
Decimal 218 238 77 0.08 0 0.68 0.07 67.45 0.83 0.62
Hex DA EE 4D 8 0 44 7 43 53 3E
Octal 332 356 115 10 0 104 7 103 123 76
Binary 11011010 11101110 1001101 1000 0 1000100 111 1000011 1010011 111110

Color Harmonies of #DAEE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEE4D

Black with #DAEE4D

Text Example


Text Example

White with #DAEE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEE4D; }

 p { color: rgb(218,238,77); }

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

background-color css

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

 a { background-color: rgb(218,238,77); }

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

border-color css

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

 span { border-color: rgb(218,238,77); }

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