Html Css Color HEX #DAE94C Manz

📋 copy color: '#DAE94C'

red 218 ◦ green 233 ◦ blue 76

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

Shades of Manz #DAE94C

Tints of Manz #DAE94C

RGB

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

 GREEN value IS 233 (91.41% from 255) = 44.21%

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

R = 41.37%
G = 44.21%
B = 14.42%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#DAE94C (or 0xDAE94C) is known color: Manz. HEX triplet: DA, E9 and 4C. RGB value is (218,233,76). Sum of RGB (Red+Green+Blue) = 218+233+76=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 233 (91.41% from 255 or 44.21% from 527); Blue value is 76 (30.08% from 255 or 14.42% from 527); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE94C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAE94C is #2516B3. Grayscale: #D3D3D3. Windows color (decimal): -2430644 or 5040602. OLE color: 5040602.

HSL color Cylindrical-coordinate representation of color #DAE94C: hue angle of 65.73º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DAE94C is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB 218 233 76 -
CMYK 0.06 0 0.67 0.09
HSL 65.73º 0.78% 0.61% -
HSV(B) 65.73º 0.67% 0.91% -
XYZ 59.36 73.71 17.94 -
YUV 210.62 52.03 133.27 -
System Red Green Blue C M Y K H S L
Decimal 218 233 76 0.06 0 0.67 0.09 65.73 0.78 0.61
Hex DA E9 4C 6 0 43 9 42 4E 3D
Octal 332 351 114 6 0 103 11 102 116 75
Binary 11011010 11101001 1001100 110 0 1000011 1001 1000010 1001110 111101

Color Harmonies of #DAE94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE94C

Black with #DAE94C

Text Example


Text Example

White with #DAE94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE94C; }

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

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

background-color css

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

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

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

border-color css

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

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

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