Html Css Color HEX #DAEC74 Mindaro

📋 copy color: '#DAEC74'

red 218 ◦ green 236 ◦ blue 116

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

Shades of Mindaro #DAEC74

Tints of Mindaro #DAEC74

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.4%

 BLUE value IS 116 (45.7% from 255) = 20.35%

R = 38.25%
G = 41.4%
B = 20.35%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#DAEC74 (or 0xDAEC74) is known color: Mindaro. HEX triplet: DA, EC and 74. RGB value is (218,236,116). Sum of RGB (Red+Green+Blue) = 218+236+116=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 236 (92.58% from 255 or 41.40% from 570); Blue value is 116 (45.70% from 255 or 20.35% from 570); Max value from RGB is 236 - color contains mainly: green. Hex color #DAEC74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEC74 is #25138B. Grayscale: #D9D9D9. Windows color (decimal): -2429836 or 7662810. OLE color: 7662810.

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

Color convert

RGB 218 236 116 -
CMYK 0.08 0 0.51 0.07
HSL 69º 0.76% 0.69% -
HSV(B) 69º 0.51% 0.93% -
XYZ 62.06 76.16 27.95 -
YUV 216.94 71.04 128.76 -
System Red Green Blue C M Y K H S L
Decimal 218 236 116 0.08 0 0.51 0.07 69 0.76 0.69
Hex DA EC 74 8 0 33 7 45 4C 45
Octal 332 354 164 10 0 63 7 105 114 105
Binary 11011010 11101100 1110100 1000 0 110011 111 1000101 1001100 1000101

Color Harmonies of #DAEC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEC74

Black with #DAEC74

Text Example


Text Example

White with #DAEC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEC74; }

 p { color: rgb(218,236,116); }

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

background-color css

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

 a { background-color: rgb(218,236,116); }

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

border-color css

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

 span { border-color: rgb(218,236,116); }

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