Html Css Color HEX #DAEA83 Mindaro

📋 copy color: '#DAEA83'

red 218 ◦ green 234 ◦ blue 131

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

Shades of Mindaro #DAEA83

Tints of Mindaro #DAEA83

RGB

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

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

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

R = 37.39%
G = 40.14%
B = 22.47%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#DAEA83 (or 0xDAEA83) is known color: Mindaro. HEX triplet: DA, EA and 83. RGB value is (218,234,131). Sum of RGB (Red+Green+Blue) = 218+234+131=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 234 (91.80% from 255 or 40.14% from 583); Blue value is 131 (51.56% from 255 or 22.47% from 583); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEA83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEA83 is #25157C. Grayscale: #D9D9D9. Windows color (decimal): -2430333 or 8645338. OLE color: 8645338.

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

Color convert

RGB 218 234 131 -
CMYK 0.07 0 0.44 0.08
HSL 69.32º 0.71% 0.72% -
HSV(B) 69.32º 0.44% 0.92% -
XYZ 62.43 75.39 32.73 -
YUV 217.47 79.2 128.38 -
System Red Green Blue C M Y K H S L
Decimal 218 234 131 0.07 0 0.44 0.08 69.32 0.71 0.72
Hex DA EA 83 7 0 2C 8 45 47 48
Octal 332 352 203 7 0 54 10 105 107 110
Binary 11011010 11101010 10000011 111 0 101100 1000 1000101 1000111 1001000

Color Harmonies of #DAEA83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEA83

Black with #DAEA83

Text Example


Text Example

White with #DAEA83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEA83; }

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

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

background-color css

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

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

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

border-color css

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

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

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