Html Css Color HEX #DAEC83 Mindaro

📋 copy color: '#DAEC83'

red 218 ◦ green 236 ◦ blue 131

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

Shades of Mindaro #DAEC83

Tints of Mindaro #DAEC83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 22.39%

R = 37.26%
G = 40.34%
B = 22.39%

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

#DAEC83 (or 0xDAEC83) is known color: Mindaro. HEX triplet: DA, EC and 83. RGB value is (218,236,131). Sum of RGB (Red+Green+Blue) = 218+236+131=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 236 (92.58% from 255 or 40.34% from 585); Blue value is 131 (51.56% from 255 or 22.39% from 585); Max value from RGB is 236 - color contains mainly: green. Hex color #DAEC83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEC83 is #25137C. Grayscale: #DBDBDB. Windows color (decimal): -2429821 or 8645850. OLE color: 8645850.

HSL color Cylindrical-coordinate representation of color #DAEC83: hue angle of 70.29º 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 #DAEC83 is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB 218 236 131 -
CMYK 0.08 0 0.44 0.07
HSL 70.29º 0.73% 0.72% -
HSV(B) 70.29º 0.44% 0.93% -
XYZ 63.01 76.54 32.92 -
YUV 218.65 78.54 127.54 -
System Red Green Blue C M Y K H S L
Decimal 218 236 131 0.08 0 0.44 0.07 70.29 0.73 0.72
Hex DA EC 83 8 0 2C 7 46 49 48
Octal 332 354 203 10 0 54 7 106 111 110
Binary 11011010 11101100 10000011 1000 0 101100 111 1000110 1001001 1001000

Color Harmonies of #DAEC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEC83

Black with #DAEC83

Text Example


Text Example

White with #DAEC83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEC83; }

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

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

background-color css

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

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

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

border-color css

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

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

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