Html Css Color HEX #DCED78 Mindaro

📋 copy color: '#DCED78'

red 220 ◦ green 237 ◦ blue 120

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

Shades of Mindaro #DCED78

Tints of Mindaro #DCED78

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.07%

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

R = 38.13%
G = 41.07%
B = 20.8%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#DCED78 (or 0xDCED78) is known color: Mindaro. HEX triplet: DC, ED and 78. RGB value is (220,237,120). Sum of RGB (Red+Green+Blue) = 220+237+120=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 237 (92.97% from 255 or 41.07% from 577); Blue value is 120 (47.27% from 255 or 20.80% from 577); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCED78 is #231287. Grayscale: #DBDBDB. Windows color (decimal): -2298504 or 7925212. OLE color: 7925212.

HSL color Cylindrical-coordinate representation of color #DCED78: hue angle of 68.72º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DCED78 is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 237 120 -
CMYK 0.07 0 0.49 0.07
HSL 68.72º 0.76% 0.7% -
HSV(B) 68.72º 0.49% 0.93% -
XYZ 63.19 77.14 29.33 -
YUV 218.58 72.37 129.01 -
System Red Green Blue C M Y K H S L
Decimal 220 237 120 0.07 0 0.49 0.07 68.72 0.76 0.7
Hex DC ED 78 7 0 31 7 45 4C 46
Octal 334 355 170 7 0 61 7 105 114 106
Binary 11011100 11101101 1111000 111 0 110001 111 1000101 1001100 1000110

Color Harmonies of #DCED78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCED78

Black with #DCED78

Text Example


Text Example

White with #DCED78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCED78; }

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

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

background-color css

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

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

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

border-color css

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

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

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