Html Css Color HEX #DCEA80 Mindaro

📋 copy color: '#DCEA80'

red 220 ◦ green 234 ◦ blue 128

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

Shades of Mindaro #DCEA80

Tints of Mindaro #DCEA80

RGB

 RED value IS 220 (86.33% from 255) = 37.8%

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

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

R = 37.8%
G = 40.21%
B = 21.99%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#DCEA80 (or 0xDCEA80) is known color: Mindaro. HEX triplet: DC, EA and 80. RGB value is (220,234,128). Sum of RGB (Red+Green+Blue) = 220+234+128=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 234 (91.80% from 255 or 40.21% from 582); Blue value is 128 (50.39% from 255 or 21.99% from 582); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEA80 is #23157F. Grayscale: #DADADA. Windows color (decimal): -2299264 or 8448732. OLE color: 8448732.

HSL color Cylindrical-coordinate representation of color #DCEA80: hue angle of 67.92º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCEA80 is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB 220 234 128 -
CMYK 0.06 0 0.45 0.08
HSL 67.92º 0.72% 0.71% -
HSV(B) 67.92º 0.45% 0.92% -
XYZ 62.83 75.62 31.71 -
YUV 217.73 77.36 129.62 -
System Red Green Blue C M Y K H S L
Decimal 220 234 128 0.06 0 0.45 0.08 67.92 0.72 0.71
Hex DC EA 80 6 0 2D 8 44 48 47
Octal 334 352 200 6 0 55 10 104 110 107
Binary 11011100 11101010 10000000 110 0 101101 1000 1000100 1001000 1000111

Color Harmonies of #DCEA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEA80

Black with #DCEA80

Text Example


Text Example

White with #DCEA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEA80; }

 p { color: rgb(220,234,128); }

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

background-color css

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

 a { background-color: rgb(220,234,128); }

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

border-color css

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

 span { border-color: rgb(220,234,128); }

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