Html Css Color HEX #DCE978 Mindaro

📋 copy color: '#DCE978'

red 220 ◦ green 233 ◦ blue 120

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

Shades of Mindaro #DCE978

Tints of Mindaro #DCE978

RGB

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

 GREEN value IS 233 (91.41% from 255) = 40.66%

 BLUE value IS 120 (47.27% from 255) = 20.94%

R = 38.39%
G = 40.66%
B = 20.94%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#DCE978 (or 0xDCE978) is known color: Mindaro. HEX triplet: DC, E9 and 78. RGB value is (220,233,120). Sum of RGB (Red+Green+Blue) = 220+233+120=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 233 (91.41% from 255 or 40.66% from 573); Blue value is 120 (47.27% from 255 or 20.94% from 573); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE978 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE978 is #231687. Grayscale: #D8D8D8. Windows color (decimal): -2299528 or 7924188. OLE color: 7924188.

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

Color convert

RGB 220 233 120 -
CMYK 0.06 0 0.48 0.09
HSL 66.9º 0.72% 0.69% -
HSV(B) 66.9º 0.48% 0.91% -
XYZ 62.04 74.85 28.95 -
YUV 216.23 73.69 130.69 -
System Red Green Blue C M Y K H S L
Decimal 220 233 120 0.06 0 0.48 0.09 66.9 0.72 0.69
Hex DC E9 78 6 0 30 9 43 48 45
Octal 334 351 170 6 0 60 11 103 110 105
Binary 11011100 11101001 1111000 110 0 110000 1001 1000011 1001000 1000101

Color Harmonies of #DCE978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE978

Black with #DCE978

Text Example


Text Example

White with #DCE978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE978; }

 p { color: rgb(220,233,120); }

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

background-color css

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

 a { background-color: rgb(220,233,120); }

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

border-color css

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

 span { border-color: rgb(220,233,120); }

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