Html Css Color HEX #DCF171 Mindaro

📋 copy color: '#DCF171'

red 220 ◦ green 241 ◦ blue 113

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

Shades of Mindaro #DCF171

Tints of Mindaro #DCF171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 19.69%

R = 38.33%
G = 41.99%
B = 19.69%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#DCF171 (or 0xDCF171) is known color: Mindaro. HEX triplet: DC, F1 and 71. RGB value is (220,241,113). Sum of RGB (Red+Green+Blue) = 220+241+113=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 241 (94.53% from 255 or 41.99% from 574); Blue value is 113 (44.53% from 255 or 19.69% from 574); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF171 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF171 is #230E8E. Grayscale: #DCDCDC. Windows color (decimal): -2297487 or 7467484. OLE color: 7467484.

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

Color convert

RGB 220 241 113 -
CMYK 0.09 0 0.53 0.05
HSL 69.84º 0.82% 0.69% -
HSV(B) 69.84º 0.53% 0.95% -
XYZ 63.95 79.32 27.56 -
YUV 220.13 67.54 127.91 -
System Red Green Blue C M Y K H S L
Decimal 220 241 113 0.09 0 0.53 0.05 69.84 0.82 0.69
Hex DC F1 71 9 0 35 5 46 52 45
Octal 334 361 161 11 0 65 5 106 122 105
Binary 11011100 11110001 1110001 1001 0 110101 101 1000110 1010010 1000101

Color Harmonies of #DCF171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF171

Black with #DCF171

Text Example


Text Example

White with #DCF171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF171; }

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

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

background-color css

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

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

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

border-color css

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

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

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