Html Css Color HEX #DAE580 Mindaro

📋 copy color: '#DAE580'

red 218 ◦ green 229 ◦ blue 128

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

Shades of Mindaro #DAE580

Tints of Mindaro #DAE580

RGB

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

 GREEN value IS 229 (89.84% from 255) = 39.83%

 BLUE value IS 128 (50.39% from 255) = 22.26%

R = 37.91%
G = 39.83%
B = 22.26%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#DAE580 (or 0xDAE580) is known color: Mindaro. HEX triplet: DA, E5 and 80. RGB value is (218,229,128). Sum of RGB (Red+Green+Blue) = 218+229+128=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 229 (89.84% from 255 or 39.83% from 575); Blue value is 128 (50.39% from 255 or 22.26% from 575); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE580 is #251A7F. Grayscale: #D6D6D6. Windows color (decimal): -2431616 or 8447450. OLE color: 8447450.

HSL color Cylindrical-coordinate representation of color #DAE580: hue angle of 66.53º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DAE580 is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB 218 229 128 -
CMYK 0.05 0 0.44 0.10
HSL 66.53º 0.66% 0.7% -
HSV(B) 66.53º 0.44% 0.9% -
XYZ 60.83 72.5 31.21 -
YUV 214.2 79.36 130.71 -
System Red Green Blue C M Y K H S L
Decimal 218 229 128 0.05 0 0.44 0.10 66.53 0.66 0.7
Hex DA E5 80 5 0 2C A 43 42 46
Octal 332 345 200 5 0 54 12 103 102 106
Binary 11011010 11100101 10000000 101 0 101100 1010 1000011 1000010 1000110

Color Harmonies of #DAE580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE580

Black with #DAE580

Text Example


Text Example

White with #DAE580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE580; }

 p { color: rgb(218,229,128); }

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

background-color css

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

 a { background-color: rgb(218,229,128); }

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

border-color css

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

 span { border-color: rgb(218,229,128); }

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