Html Css Color HEX #DAEA76 Mindaro

📋 copy color: '#DAEA76'

red 218 ◦ green 234 ◦ blue 118

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

Shades of Mindaro #DAEA76

Tints of Mindaro #DAEA76

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.05%

 BLUE value IS 118 (46.48% from 255) = 20.7%

R = 38.25%
G = 41.05%
B = 20.7%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#DAEA76 (or 0xDAEA76) is known color: Mindaro. HEX triplet: DA, EA and 76. RGB value is (218,234,118). Sum of RGB (Red+Green+Blue) = 218+234+118=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 234 (91.80% from 255 or 41.05% from 570); Blue value is 118 (46.48% from 255 or 20.70% from 570); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEA76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEA76 is #251589. Grayscale: #D8D8D8. Windows color (decimal): -2430346 or 7793370. OLE color: 7793370.

HSL color Cylindrical-coordinate representation of color #DAEA76: hue angle of 68.28º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DAEA76 is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 218 234 118 -
CMYK 0.07 0 0.50 0.08
HSL 68.28º 0.73% 0.69% -
HSV(B) 68.28º 0.5% 0.92% -
XYZ 61.61 75.06 28.38 -
YUV 215.99 72.7 129.43 -
System Red Green Blue C M Y K H S L
Decimal 218 234 118 0.07 0 0.50 0.08 68.28 0.73 0.69
Hex DA EA 76 7 0 32 8 44 49 45
Octal 332 352 166 7 0 62 10 104 111 105
Binary 11011010 11101010 1110110 111 0 110010 1000 1000100 1001001 1000101

Color Harmonies of #DAEA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEA76

Black with #DAEA76

Text Example


Text Example

White with #DAEA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEA76; }

 p { color: rgb(218,234,118); }

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

background-color css

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

 a { background-color: rgb(218,234,118); }

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

border-color css

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

 span { border-color: rgb(218,234,118); }

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