Html Css Color HEX #DAEC85 Mindaro

📋 copy color: '#DAEC85'

red 218 ◦ green 236 ◦ blue 133

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

Shades of Mindaro #DAEC85

Tints of Mindaro #DAEC85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 22.66%

R = 37.14%
G = 40.2%
B = 22.66%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#DAEC85 (or 0xDAEC85) is known color: Mindaro. HEX triplet: DA, EC and 85. RGB value is (218,236,133). Sum of RGB (Red+Green+Blue) = 218+236+133=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 236 (92.58% from 255 or 40.20% from 587); Blue value is 133 (52.34% from 255 or 22.66% from 587); Max value from RGB is 236 - color contains mainly: green. Hex color #DAEC85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEC85 is #25137A. Grayscale: #DBDBDB. Windows color (decimal): -2429819 or 8776922. OLE color: 8776922.

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

Color convert

RGB 218 236 133 -
CMYK 0.08 0 0.44 0.07
HSL 70.49º 0.73% 0.72% -
HSV(B) 70.49º 0.44% 0.93% -
XYZ 63.14 76.59 33.65 -
YUV 218.88 79.54 127.38 -
System Red Green Blue C M Y K H S L
Decimal 218 236 133 0.08 0 0.44 0.07 70.49 0.73 0.72
Hex DA EC 85 8 0 2C 7 46 49 48
Octal 332 354 205 10 0 54 7 106 111 110
Binary 11011010 11101100 10000101 1000 0 101100 111 1000110 1001001 1001000

Color Harmonies of #DAEC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEC85

Black with #DAEC85

Text Example


Text Example

White with #DAEC85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEC85; }

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

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

background-color css

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

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

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

border-color css

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

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

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