Html Css Color HEX #DAEB6E Mindaro

📋 copy color: '#DAEB6E'

red 218 ◦ green 235 ◦ blue 110

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

Shades of Mindaro #DAEB6E

Tints of Mindaro #DAEB6E

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.74%

 BLUE value IS 110 (43.36% from 255) = 19.54%

R = 38.72%
G = 41.74%
B = 19.54%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#DAEB6E (or 0xDAEB6E) is known color: Mindaro. HEX triplet: DA, EB and 6E. RGB value is (218,235,110). Sum of RGB (Red+Green+Blue) = 218+235+110=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 235 (92.19% from 255 or 41.74% from 563); Blue value is 110 (43.36% from 255 or 19.54% from 563); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEB6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEB6E is #251491. Grayscale: #D8D8D8. Windows color (decimal): -2430098 or 7269338. OLE color: 7269338.

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

Color convert

RGB 218 235 110 -
CMYK 0.07 0 0.53 0.08
HSL 68.16º 0.76% 0.68% -
HSV(B) 68.16º 0.53% 0.92% -
XYZ 61.44 75.45 26.08 -
YUV 215.67 68.37 129.66 -
System Red Green Blue C M Y K H S L
Decimal 218 235 110 0.07 0 0.53 0.08 68.16 0.76 0.68
Hex DA EB 6E 7 0 35 8 44 4C 44
Octal 332 353 156 7 0 65 10 104 114 104
Binary 11011010 11101011 1101110 111 0 110101 1000 1000100 1001100 1000100

Color Harmonies of #DAEB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEB6E

Black with #DAEB6E

Text Example


Text Example

White with #DAEB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEB6E; }

 p { color: rgb(218,235,110); }

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

background-color css

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

 a { background-color: rgb(218,235,110); }

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

border-color css

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

 span { border-color: rgb(218,235,110); }

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