Html Css Color HEX #DAE570 Mindaro

📋 copy color: '#DAE570'

red 218 ◦ green 229 ◦ blue 112

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

Shades of Mindaro #DAE570

Tints of Mindaro #DAE570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.04%

R = 39%
G = 40.97%
B = 20.04%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#DAE570 (or 0xDAE570) is known color: Mindaro. HEX triplet: DA, E5 and 70. RGB value is (218,229,112). Sum of RGB (Red+Green+Blue) = 218+229+112=559 (74% of max value = 765). Red value is 218 (85.55% from 255 or 39.00% from 559); Green value is 229 (89.84% from 255 or 40.97% from 559); Blue value is 112 (44.14% from 255 or 20.04% from 559); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE570 is #251A8F. Grayscale: #D4D4D4. Windows color (decimal): -2431632 or 7398874. OLE color: 7398874.

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

Color convert

RGB 218 229 112 -
CMYK 0.05 0 0.51 0.10
HSL 65.64º 0.69% 0.67% -
HSV(B) 65.64º 0.51% 0.9% -
XYZ 59.86 72.11 26.09 -
YUV 212.37 71.36 132.01 -
System Red Green Blue C M Y K H S L
Decimal 218 229 112 0.05 0 0.51 0.10 65.64 0.69 0.67
Hex DA E5 70 5 0 33 A 42 45 43
Octal 332 345 160 5 0 63 12 102 105 103
Binary 11011010 11100101 1110000 101 0 110011 1010 1000010 1000101 1000011

Color Harmonies of #DAE570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE570

Black with #DAE570

Text Example


Text Example

White with #DAE570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE570; }

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

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

background-color css

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

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

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

border-color css

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

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

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