Html Css Color HEX #DAEA62 Mindaro

📋 copy color: '#DAEA62'

red 218 ◦ green 234 ◦ blue 98

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

Shades of Mindaro #DAEA62

Tints of Mindaro #DAEA62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 17.82%

R = 39.64%
G = 42.55%
B = 17.82%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#DAEA62 (or 0xDAEA62) is known color: Mindaro. HEX triplet: DA, EA and 62. RGB value is (218,234,98). Sum of RGB (Red+Green+Blue) = 218+234+98=550 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.64% from 550); Green value is 234 (91.80% from 255 or 42.55% from 550); Blue value is 98 (38.67% from 255 or 17.82% from 550); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEA62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEA62 is #25159D. Grayscale: #D6D6D6. Windows color (decimal): -2430366 or 6482650. OLE color: 6482650.

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

Color convert

RGB 218 234 98 -
CMYK 0.07 0 0.58 0.08
HSL 67.06º 0.76% 0.65% -
HSV(B) 67.06º 0.58% 0.92% -
XYZ 60.54 74.63 22.77 -
YUV 213.71 62.7 131.06 -
System Red Green Blue C M Y K H S L
Decimal 218 234 98 0.07 0 0.58 0.08 67.06 0.76 0.65
Hex DA EA 62 7 0 3A 8 43 4C 41
Octal 332 352 142 7 0 72 10 103 114 101
Binary 11011010 11101010 1100010 111 0 111010 1000 1000011 1001100 1000001

Color Harmonies of #DAEA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEA62

Black with #DAEA62

Text Example


Text Example

White with #DAEA62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEA62; }

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

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

background-color css

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

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

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

border-color css

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

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

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