Html Css Color HEX #DAEA6B Mindaro

📋 copy color: '#DAEA6B'

red 218 ◦ green 234 ◦ blue 107

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

Shades of Mindaro #DAEA6B

Tints of Mindaro #DAEA6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.14%

R = 39%
G = 41.86%
B = 19.14%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#DAEA6B (or 0xDAEA6B) is known color: Mindaro. HEX triplet: DA, EA and 6B. RGB value is (218,234,107). Sum of RGB (Red+Green+Blue) = 218+234+107=559 (74% of max value = 765). Red value is 218 (85.55% from 255 or 39.00% from 559); Green value is 234 (91.80% from 255 or 41.86% from 559); Blue value is 107 (42.19% from 255 or 19.14% from 559); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEA6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEA6B is #251594. Grayscale: #D7D7D7. Windows color (decimal): -2430357 or 7072474. OLE color: 7072474.

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

Color convert

RGB 218 234 107 -
CMYK 0.07 0 0.54 0.08
HSL 67.56º 0.75% 0.67% -
HSV(B) 67.56º 0.54% 0.92% -
XYZ 60.99 74.81 25.14 -
YUV 214.74 67.2 130.33 -
System Red Green Blue C M Y K H S L
Decimal 218 234 107 0.07 0 0.54 0.08 67.56 0.75 0.67
Hex DA EA 6B 7 0 36 8 44 4B 43
Octal 332 352 153 7 0 66 10 104 113 103
Binary 11011010 11101010 1101011 111 0 110110 1000 1000100 1001011 1000011

Color Harmonies of #DAEA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEA6B

Black with #DAEA6B

Text Example


Text Example

White with #DAEA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEA6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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