Html Css Color HEX #DAEC72 Mindaro

📋 copy color: '#DAEC72'

red 218 ◦ green 236 ◦ blue 114

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

Shades of Mindaro #DAEC72

Tints of Mindaro #DAEC72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 20.07%

R = 38.38%
G = 41.55%
B = 20.07%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#DAEC72 (or 0xDAEC72) is known color: Mindaro. HEX triplet: DA, EC and 72. RGB value is (218,236,114). Sum of RGB (Red+Green+Blue) = 218+236+114=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 236 (92.58% from 255 or 41.55% from 568); Blue value is 114 (44.92% from 255 or 20.07% from 568); Max value from RGB is 236 - color contains mainly: green. Hex color #DAEC72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEC72 is #25138D. Grayscale: #D9D9D9. Windows color (decimal): -2429838 or 7531738. OLE color: 7531738.

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

Color convert

RGB 218 236 114 -
CMYK 0.08 0 0.52 0.07
HSL 68.85º 0.76% 0.69% -
HSV(B) 68.85º 0.52% 0.93% -
XYZ 61.95 76.11 27.35 -
YUV 216.71 70.04 128.92 -
System Red Green Blue C M Y K H S L
Decimal 218 236 114 0.08 0 0.52 0.07 68.85 0.76 0.69
Hex DA EC 72 8 0 34 7 45 4C 45
Octal 332 354 162 10 0 64 7 105 114 105
Binary 11011010 11101100 1110010 1000 0 110100 111 1000101 1001100 1000101

Color Harmonies of #DAEC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEC72

Black with #DAEC72

Text Example


Text Example

White with #DAEC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEC72; }

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

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

background-color css

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

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

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

border-color css

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

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

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