Html Css Color HEX #DAEE4A Manz

📋 copy color: '#DAEE4A'

red 218 ◦ green 238 ◦ blue 74

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

Shades of Manz #DAEE4A

Tints of Manz #DAEE4A

RGB

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

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

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

R = 41.13%
G = 44.91%
B = 13.96%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#DAEE4A (or 0xDAEE4A) is known color: Manz. HEX triplet: DA, EE and 4A. RGB value is (218,238,74). Sum of RGB (Red+Green+Blue) = 218+238+74=530 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.13% from 530); Green value is 238 (93.36% from 255 or 44.91% from 530); Blue value is 74 (29.30% from 255 or 13.96% from 530); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEE4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAEE4A is #2511B5. Grayscale: #D5D5D5. Windows color (decimal): -2429366 or 4910810. OLE color: 4910810.

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

Color convert

RGB 218 238 74 -
CMYK 0.08 0 0.69 0.07
HSL 67.32º 0.83% 0.61% -
HSV(B) 67.32º 0.69% 0.93% -
XYZ 60.72 76.55 18.05 -
YUV 213.32 49.37 131.34 -
System Red Green Blue C M Y K H S L
Decimal 218 238 74 0.08 0 0.69 0.07 67.32 0.83 0.61
Hex DA EE 4A 8 0 45 7 43 53 3D
Octal 332 356 112 10 0 105 7 103 123 75
Binary 11011010 11101110 1001010 1000 0 1000101 111 1000011 1010011 111101

Color Harmonies of #DAEE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEE4A

Black with #DAEE4A

Text Example


Text Example

White with #DAEE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEE4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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