Html Css Color HEX #DAEA84 Mindaro

📋 copy color: '#DAEA84'

red 218 ◦ green 234 ◦ blue 132

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

Shades of Mindaro #DAEA84

Tints of Mindaro #DAEA84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 22.6%

R = 37.33%
G = 40.07%
B = 22.6%

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

#DAEA84 (or 0xDAEA84) is known color: Mindaro. HEX triplet: DA, EA and 84. RGB value is (218,234,132). Sum of RGB (Red+Green+Blue) = 218+234+132=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 234 (91.80% from 255 or 40.07% from 584); Blue value is 132 (51.95% from 255 or 22.60% from 584); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEA84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEA84 is #25157B. Grayscale: #D9D9D9. Windows color (decimal): -2430332 or 8710874. OLE color: 8710874.

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

Color convert

RGB 218 234 132 -
CMYK 0.07 0 0.44 0.08
HSL 69.41º 0.71% 0.72% -
HSV(B) 69.41º 0.44% 0.92% -
XYZ 62.5 75.42 33.09 -
YUV 217.59 79.7 128.29 -
System Red Green Blue C M Y K H S L
Decimal 218 234 132 0.07 0 0.44 0.08 69.41 0.71 0.72
Hex DA EA 84 7 0 2C 8 45 47 48
Octal 332 352 204 7 0 54 10 105 107 110
Binary 11011010 11101010 10000100 111 0 101100 1000 1000101 1000111 1001000

Color Harmonies of #DAEA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEA84

Black with #DAEA84

Text Example


Text Example

White with #DAEA84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEA84; }

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

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

background-color css

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

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

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

border-color css

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

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

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