Html Css Color HEX #DCE478 Mindaro

📋 copy color: '#DCE478'

red 220 ◦ green 228 ◦ blue 120

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

Shades of Mindaro #DCE478

Tints of Mindaro #DCE478

RGB

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

 GREEN value IS 228 (89.45% from 255) = 40.14%

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

R = 38.73%
G = 40.14%
B = 21.13%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#DCE478 (or 0xDCE478) is known color: Mindaro. HEX triplet: DC, E4 and 78. RGB value is (220,228,120). Sum of RGB (Red+Green+Blue) = 220+228+120=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 228 (89.45% from 255 or 40.14% from 568); Blue value is 120 (47.27% from 255 or 21.13% from 568); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE478 is #231B87. Grayscale: #D5D5D5. Windows color (decimal): -2300808 or 7922908. OLE color: 7922908.

HSL color Cylindrical-coordinate representation of color #DCE478: hue angle of 64.44º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DCE478 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB 220 228 120 -
CMYK 0.04 0 0.47 0.11
HSL 64.44º 0.67% 0.68% -
HSV(B) 64.44º 0.47% 0.89% -
XYZ 60.65 72.06 28.48 -
YUV 213.3 75.35 132.78 -
System Red Green Blue C M Y K H S L
Decimal 220 228 120 0.04 0 0.47 0.11 64.44 0.67 0.68
Hex DC E4 78 4 0 2F B 40 43 44
Octal 334 344 170 4 0 57 13 100 103 104
Binary 11011100 11100100 1111000 100 0 101111 1011 1000000 1000011 1000100

Color Harmonies of #DCE478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE478

Black with #DCE478

Text Example


Text Example

White with #DCE478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE478; }

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

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

background-color css

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

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

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

border-color css

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

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

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