Html Css Color HEX #DAEB4C Manz

📋 copy color: '#DAEB4C'

red 218 ◦ green 235 ◦ blue 76

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

Shades of Manz #DAEB4C

Tints of Manz #DAEB4C

RGB

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

 GREEN value IS 235 (92.19% from 255) = 44.42%

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

R = 41.21%
G = 44.42%
B = 14.37%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#DAEB4C (or 0xDAEB4C) is known color: Manz. HEX triplet: DA, EB and 4C. RGB value is (218,235,76). Sum of RGB (Red+Green+Blue) = 218+235+76=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 235 (92.19% from 255 or 44.42% from 529); Blue value is 76 (30.08% from 255 or 14.37% from 529); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEB4C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAEB4C is #2514B3. Grayscale: #D4D4D4. Windows color (decimal): -2430132 or 5041114. OLE color: 5041114.

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

Color convert

RGB 218 235 76 -
CMYK 0.07 0 0.68 0.08
HSL 66.42º 0.8% 0.61% -
HSV(B) 66.42º 0.68% 0.92% -
XYZ 59.93 74.84 18.13 -
YUV 211.79 51.37 132.43 -
System Red Green Blue C M Y K H S L
Decimal 218 235 76 0.07 0 0.68 0.08 66.42 0.8 0.61
Hex DA EB 4C 7 0 44 8 42 50 3D
Octal 332 353 114 7 0 104 10 102 120 75
Binary 11011010 11101011 1001100 111 0 1000100 1000 1000010 1010000 111101

Color Harmonies of #DAEB4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEB4C

Black with #DAEB4C

Text Example


Text Example

White with #DAEB4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEB4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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