Html Css Color HEX #DCF576 Mindaro

📋 copy color: '#DCF576'

red 220 ◦ green 245 ◦ blue 118

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

Shades of Mindaro #DCF576

Tints of Mindaro #DCF576

RGB

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

 GREEN value IS 245 (96.09% from 255) = 42.02%

 BLUE value IS 118 (46.48% from 255) = 20.24%

R = 37.74%
G = 42.02%
B = 20.24%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#DCF576 (or 0xDCF576) is known color: Mindaro. HEX triplet: DC, F5 and 76. RGB value is (220,245,118). Sum of RGB (Red+Green+Blue) = 220+245+118=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 245 (96.09% from 255 or 42.02% from 583); Blue value is 118 (46.48% from 255 or 20.24% from 583); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF576 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF576 is #230A89. Grayscale: #DFDFDF. Windows color (decimal): -2296458 or 7796188. OLE color: 7796188.

HSL color Cylindrical-coordinate representation of color #DCF576: hue angle of 71.81º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DCF576 is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 245 118 -
CMYK 0.10 0 0.52 0.04
HSL 71.81º 0.86% 0.71% -
HSV(B) 71.81º 0.52% 0.96% -
XYZ 65.44 81.83 29.49 -
YUV 223.05 68.72 125.83 -
System Red Green Blue C M Y K H S L
Decimal 220 245 118 0.10 0 0.52 0.04 71.81 0.86 0.71
Hex DC F5 76 A 0 34 4 48 56 47
Octal 334 365 166 12 0 64 4 110 126 107
Binary 11011100 11110101 1110110 1010 0 110100 100 1001000 1010110 1000111

Color Harmonies of #DCF576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF576

Black with #DCF576

Text Example


Text Example

White with #DCF576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF576; }

 p { color: rgb(220,245,118); }

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

background-color css

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

 a { background-color: rgb(220,245,118); }

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

border-color css

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

 span { border-color: rgb(220,245,118); }

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