Html Css Color HEX #DCE780 Mindaro

📋 copy color: '#DCE780'

red 220 ◦ green 231 ◦ blue 128

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

Shades of Mindaro #DCE780

Tints of Mindaro #DCE780

RGB

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

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

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

R = 38%
G = 39.9%
B = 22.11%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#DCE780 (or 0xDCE780) is known color: Mindaro. HEX triplet: DC, E7 and 80. RGB value is (220,231,128). Sum of RGB (Red+Green+Blue) = 220+231+128=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 231 (90.62% from 255 or 39.90% from 579); Blue value is 128 (50.39% from 255 or 22.11% from 579); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE780 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE780 is #23187F. Grayscale: #D8D8D8. Windows color (decimal): -2300032 or 8447964. OLE color: 8447964.

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

Color convert

RGB 220 231 128 -
CMYK 0.05 0 0.45 0.09
HSL 66.41º 0.68% 0.7% -
HSV(B) 66.41º 0.45% 0.91% -
XYZ 61.99 73.93 31.42 -
YUV 215.97 78.36 130.88 -
System Red Green Blue C M Y K H S L
Decimal 220 231 128 0.05 0 0.45 0.09 66.41 0.68 0.7
Hex DC E7 80 5 0 2D 9 42 44 46
Octal 334 347 200 5 0 55 11 102 104 106
Binary 11011100 11100111 10000000 101 0 101101 1001 1000010 1000100 1000110

Color Harmonies of #DCE780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE780

Black with #DCE780

Text Example


Text Example

White with #DCE780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE780; }

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

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

background-color css

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

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

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

border-color css

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

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

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