Html Css Color HEX #DAEA7D Mindaro

📋 copy color: '#DAEA7D'

red 218 ◦ green 234 ◦ blue 125

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

Shades of Mindaro #DAEA7D

Tints of Mindaro #DAEA7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.66%

R = 37.78%
G = 40.55%
B = 21.66%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#DAEA7D (or 0xDAEA7D) is known color: Mindaro. HEX triplet: DA, EA and 7D. RGB value is (218,234,125). Sum of RGB (Red+Green+Blue) = 218+234+125=577 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.78% from 577); Green value is 234 (91.80% from 255 or 40.55% from 577); Blue value is 125 (49.22% from 255 or 21.66% from 577); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEA7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEA7D is #251582. Grayscale: #D9D9D9. Windows color (decimal): -2430339 or 8252122. OLE color: 8252122.

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

Color convert

RGB 218 234 125 -
CMYK 0.07 0 0.47 0.08
HSL 68.81º 0.72% 0.7% -
HSV(B) 68.81º 0.47% 0.92% -
XYZ 62.04 75.23 30.65 -
YUV 216.79 76.2 128.86 -
System Red Green Blue C M Y K H S L
Decimal 218 234 125 0.07 0 0.47 0.08 68.81 0.72 0.7
Hex DA EA 7D 7 0 2F 8 45 48 46
Octal 332 352 175 7 0 57 10 105 110 106
Binary 11011010 11101010 1111101 111 0 101111 1000 1000101 1001000 1000110

Color Harmonies of #DAEA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEA7D

Black with #DAEA7D

Text Example


Text Example

White with #DAEA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEA7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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