Html Css Color HEX #DAEA78 Mindaro

📋 copy color: '#DAEA78'

red 218 ◦ green 234 ◦ blue 120

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

Shades of Mindaro #DAEA78

Tints of Mindaro #DAEA78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 20.98%

R = 38.11%
G = 40.91%
B = 20.98%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#DAEA78 (or 0xDAEA78) is known color: Mindaro. HEX triplet: DA, EA and 78. RGB value is (218,234,120). Sum of RGB (Red+Green+Blue) = 218+234+120=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 234 (91.80% from 255 or 40.91% from 572); Blue value is 120 (47.27% from 255 or 20.98% from 572); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEA78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEA78 is #251587. Grayscale: #D8D8D8. Windows color (decimal): -2430344 or 7924442. OLE color: 7924442.

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

Color convert

RGB 218 234 120 -
CMYK 0.07 0 0.49 0.08
HSL 68.42º 0.73% 0.69% -
HSV(B) 68.42º 0.49% 0.92% -
XYZ 61.73 75.11 29.01 -
YUV 216.22 73.7 129.27 -
System Red Green Blue C M Y K H S L
Decimal 218 234 120 0.07 0 0.49 0.08 68.42 0.73 0.69
Hex DA EA 78 7 0 31 8 44 49 45
Octal 332 352 170 7 0 61 10 104 111 105
Binary 11011010 11101010 1111000 111 0 110001 1000 1000100 1001001 1000101

Color Harmonies of #DAEA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEA78

Black with #DAEA78

Text Example


Text Example

White with #DAEA78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEA78; }

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

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

background-color css

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

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

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

border-color css

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

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

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