Html Css Color HEX #DAE784 Mindaro

📋 copy color: '#DAE784'

red 218 ◦ green 231 ◦ blue 132

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

Shades of Mindaro #DAE784

Tints of Mindaro #DAE784

RGB

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

 GREEN value IS 231 (90.63% from 255) = 39.76%

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

R = 37.52%
G = 39.76%
B = 22.72%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#DAE784 (or 0xDAE784) is known color: Mindaro. HEX triplet: DA, E7 and 84. RGB value is (218,231,132). Sum of RGB (Red+Green+Blue) = 218+231+132=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 231 (90.62% from 255 or 39.76% from 581); Blue value is 132 (51.95% from 255 or 22.72% from 581); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE784 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE784 is #25187B. Grayscale: #D8D8D8. Windows color (decimal): -2431100 or 8710106. OLE color: 8710106.

HSL color Cylindrical-coordinate representation of color #DAE784: hue angle of 67.88º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DAE784 is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB 218 231 132 -
CMYK 0.06 0 0.43 0.09
HSL 67.88º 0.67% 0.71% -
HSV(B) 67.88º 0.43% 0.91% -
XYZ 61.65 73.72 32.81 -
YUV 215.83 80.69 129.55 -
System Red Green Blue C M Y K H S L
Decimal 218 231 132 0.06 0 0.43 0.09 67.88 0.67 0.71
Hex DA E7 84 6 0 2B 9 44 43 47
Octal 332 347 204 6 0 53 11 104 103 107
Binary 11011010 11100111 10000100 110 0 101011 1001 1000100 1000011 1000111

Color Harmonies of #DAE784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE784

Black with #DAE784

Text Example


Text Example

White with #DAE784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE784; }

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

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

background-color css

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

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

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

border-color css

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

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

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