Html Css Color HEX #DAE782 Mindaro

📋 copy color: '#DAE782'

red 218 ◦ green 231 ◦ blue 130

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

Shades of Mindaro #DAE782

Tints of Mindaro #DAE782

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 22.45%

R = 37.65%
G = 39.9%
B = 22.45%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#DAE782 (or 0xDAE782) is known color: Mindaro. HEX triplet: DA, E7 and 82. RGB value is (218,231,130). Sum of RGB (Red+Green+Blue) = 218+231+130=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 231 (90.62% from 255 or 39.90% from 579); Blue value is 130 (51.17% from 255 or 22.45% from 579); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE782 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE782 is #25187D. Grayscale: #D7D7D7. Windows color (decimal): -2431102 or 8579034. OLE color: 8579034.

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

Color convert

RGB 218 231 130 -
CMYK 0.06 0 0.44 0.09
HSL 67.72º 0.68% 0.71% -
HSV(B) 67.72º 0.44% 0.91% -
XYZ 61.52 73.67 32.1 -
YUV 215.6 79.69 129.71 -
System Red Green Blue C M Y K H S L
Decimal 218 231 130 0.06 0 0.44 0.09 67.72 0.68 0.71
Hex DA E7 82 6 0 2C 9 44 44 47
Octal 332 347 202 6 0 54 11 104 104 107
Binary 11011010 11100111 10000010 110 0 101100 1001 1000100 1000100 1000111

Color Harmonies of #DAE782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE782

Black with #DAE782

Text Example


Text Example

White with #DAE782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE782; }

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

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

background-color css

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

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

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

border-color css

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

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

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