Html Css Color HEX #DCEC74 Mindaro

📋 copy color: '#DCEC74'

red 220 ◦ green 236 ◦ blue 116

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

Shades of Mindaro #DCEC74

Tints of Mindaro #DCEC74

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.26%

 BLUE value IS 116 (45.7% from 255) = 20.28%

R = 38.46%
G = 41.26%
B = 20.28%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#DCEC74 (or 0xDCEC74) is known color: Mindaro. HEX triplet: DC, EC and 74. RGB value is (220,236,116). Sum of RGB (Red+Green+Blue) = 220+236+116=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 236 (92.58% from 255 or 41.26% from 572); Blue value is 116 (45.70% from 255 or 20.28% from 572); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEC74 is #23138B. Grayscale: #D9D9D9. Windows color (decimal): -2298764 or 7662812. OLE color: 7662812.

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

Color convert

RGB 220 236 116 -
CMYK 0.07 0 0.51 0.07
HSL 68º 0.76% 0.69% -
HSV(B) 68º 0.51% 0.93% -
XYZ 62.66 76.47 27.98 -
YUV 217.54 70.7 129.76 -
System Red Green Blue C M Y K H S L
Decimal 220 236 116 0.07 0 0.51 0.07 68 0.76 0.69
Hex DC EC 74 7 0 33 7 44 4C 45
Octal 334 354 164 7 0 63 7 104 114 105
Binary 11011100 11101100 1110100 111 0 110011 111 1000100 1001100 1000101

Color Harmonies of #DCEC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEC74

Black with #DCEC74

Text Example


Text Example

White with #DCEC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEC74; }

 p { color: rgb(220,236,116); }

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

background-color css

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

 a { background-color: rgb(220,236,116); }

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

border-color css

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

 span { border-color: rgb(220,236,116); }

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