Html Css Color HEX #DCF479 Mindaro

📋 copy color: '#DCF479'

red 220 ◦ green 244 ◦ blue 121

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

Shades of Mindaro #DCF479

Tints of Mindaro #DCF479

RGB

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

 GREEN value IS 244 (95.7% from 255) = 41.71%

 BLUE value IS 121 (47.66% from 255) = 20.68%

R = 37.61%
G = 41.71%
B = 20.68%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#DCF479 (or 0xDCF479) is known color: Mindaro. HEX triplet: DC, F4 and 79. RGB value is (220,244,121). Sum of RGB (Red+Green+Blue) = 220+244+121=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 244 (95.70% from 255 or 41.71% from 585); Blue value is 121 (47.66% from 255 or 20.68% from 585); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF479 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF479 is #230B86. Grayscale: #DFDFDF. Windows color (decimal): -2296711 or 7992540. OLE color: 7992540.

HSL color Cylindrical-coordinate representation of color #DCF479: hue angle of 71.71º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCF479 is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 244 121 -
CMYK 0.10 0 0.50 0.04
HSL 71.71º 0.85% 0.72% -
HSV(B) 71.71º 0.5% 0.96% -
XYZ 65.32 81.3 30.34 -
YUV 222.8 70.55 126 -
System Red Green Blue C M Y K H S L
Decimal 220 244 121 0.10 0 0.50 0.04 71.71 0.85 0.72
Hex DC F4 79 A 0 32 4 48 55 48
Octal 334 364 171 12 0 62 4 110 125 110
Binary 11011100 11110100 1111001 1010 0 110010 100 1001000 1010101 1001000

Color Harmonies of #DCF479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF479

Black with #DCF479

Text Example


Text Example

White with #DCF479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF479; }

 p { color: rgb(220,244,121); }

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

background-color css

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

 a { background-color: rgb(220,244,121); }

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

border-color css

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

 span { border-color: rgb(220,244,121); }

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