Html Css Color HEX #DCF176 Mindaro

📋 copy color: '#DCF176'

red 220 ◦ green 241 ◦ blue 118

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

Shades of Mindaro #DCF176

Tints of Mindaro #DCF176

RGB

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

 GREEN value IS 241 (94.53% from 255) = 41.62%

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

R = 38%
G = 41.62%
B = 20.38%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#DCF176 (or 0xDCF176) is known color: Mindaro. HEX triplet: DC, F1 and 76. RGB value is (220,241,118). Sum of RGB (Red+Green+Blue) = 220+241+118=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 241 (94.53% from 255 or 41.62% from 579); Blue value is 118 (46.48% from 255 or 20.38% from 579); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF176 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF176 is #230E89. Grayscale: #DDDDDD. Windows color (decimal): -2297482 or 7795164. OLE color: 7795164.

HSL color Cylindrical-coordinate representation of color #DCF176: hue angle of 70.24º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DCF176 is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 241 118 -
CMYK 0.09 0 0.51 0.05
HSL 70.24º 0.81% 0.7% -
HSV(B) 70.24º 0.51% 0.95% -
XYZ 64.24 79.43 29.09 -
YUV 220.7 70.04 127.5 -
System Red Green Blue C M Y K H S L
Decimal 220 241 118 0.09 0 0.51 0.05 70.24 0.81 0.7
Hex DC F1 76 9 0 33 5 46 51 46
Octal 334 361 166 11 0 63 5 106 121 106
Binary 11011100 11110001 1110110 1001 0 110011 101 1000110 1010001 1000110

Color Harmonies of #DCF176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF176

Black with #DCF176

Text Example


Text Example

White with #DCF176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF176; }

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

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

background-color css

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

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

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

border-color css

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

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

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