Html Css Color HEX #DAEB4E Manz

📋 copy color: '#DAEB4E'

red 218 ◦ green 235 ◦ blue 78

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

Shades of Manz #DAEB4E

Tints of Manz #DAEB4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 14.69%

R = 41.05%
G = 44.26%
B = 14.69%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#DAEB4E (or 0xDAEB4E) is known color: Manz. HEX triplet: DA, EB and 4E. RGB value is (218,235,78). Sum of RGB (Red+Green+Blue) = 218+235+78=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 235 (92.19% from 255 or 44.26% from 531); Blue value is 78 (30.86% from 255 or 14.69% from 531); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEB4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEB4E is #2514B1. Grayscale: #D4D4D4. Windows color (decimal): -2430130 or 5172186. OLE color: 5172186.

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

Color convert

RGB 218 235 78 -
CMYK 0.07 0 0.67 0.08
HSL 66.5º 0.8% 0.61% -
HSV(B) 66.5º 0.67% 0.92% -
XYZ 60 74.87 18.5 -
YUV 212.02 52.37 132.27 -
System Red Green Blue C M Y K H S L
Decimal 218 235 78 0.07 0 0.67 0.08 66.5 0.8 0.61
Hex DA EB 4E 7 0 43 8 42 50 3D
Octal 332 353 116 7 0 103 10 102 120 75
Binary 11011010 11101011 1001110 111 0 1000011 1000 1000010 1010000 111101

Color Harmonies of #DAEB4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEB4E

Black with #DAEB4E

Text Example


Text Example

White with #DAEB4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEB4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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