Html Css Color HEX #DCF771 Mindaro

📋 copy color: '#DCF771'

red 220 ◦ green 247 ◦ blue 113

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

Shades of Mindaro #DCF771

Tints of Mindaro #DCF771

RGB

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

 GREEN value IS 247 (96.88% from 255) = 42.59%

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

R = 37.93%
G = 42.59%
B = 19.48%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#DCF771 (or 0xDCF771) is known color: Mindaro. HEX triplet: DC, F7 and 71. RGB value is (220,247,113). Sum of RGB (Red+Green+Blue) = 220+247+113=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 247 (96.88% from 255 or 42.59% from 580); Blue value is 113 (44.53% from 255 or 19.48% from 580); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF771 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF771 is #23088E. Grayscale: #E0E0E0. Windows color (decimal): -2295951 or 7469020. OLE color: 7469020.

HSL color Cylindrical-coordinate representation of color #DCF771: hue angle of 72.09º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DCF771 is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB 220 247 113 -
CMYK 0.11 0 0.54 0.03
HSL 72.09º 0.89% 0.71% -
HSV(B) 72.09º 0.54% 0.97% -
XYZ 65.76 82.93 28.16 -
YUV 223.65 65.55 125.4 -
System Red Green Blue C M Y K H S L
Decimal 220 247 113 0.11 0 0.54 0.03 72.09 0.89 0.71
Hex DC F7 71 B 0 36 3 48 59 47
Octal 334 367 161 13 0 66 3 110 131 107
Binary 11011100 11110111 1110001 1011 0 110110 11 1001000 1011001 1000111

Color Harmonies of #DCF771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF771

Black with #DCF771

Text Example


Text Example

White with #DCF771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF771; }

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

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

background-color css

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

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

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

border-color css

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

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

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