Html Css Color HEX #DCF671 Mindaro

📋 copy color: '#DCF671'

red 220 ◦ green 246 ◦ blue 113

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

Shades of Mindaro #DCF671

Tints of Mindaro #DCF671

RGB

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

 GREEN value IS 246 (96.48% from 255) = 42.49%

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

R = 38%
G = 42.49%
B = 19.52%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#DCF671 (or 0xDCF671) is known color: Mindaro. HEX triplet: DC, F6 and 71. RGB value is (220,246,113). Sum of RGB (Red+Green+Blue) = 220+246+113=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 246 (96.48% from 255 or 42.49% from 579); Blue value is 113 (44.53% from 255 or 19.52% from 579); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF671 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF671 is #23098E. Grayscale: #DFDFDF. Windows color (decimal): -2296207 or 7468764. OLE color: 7468764.

HSL color Cylindrical-coordinate representation of color #DCF671: hue angle of 71.73º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DCF671 is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 246 113 -
CMYK 0.11 0 0.54 0.04
HSL 71.73º 0.88% 0.7% -
HSV(B) 71.73º 0.54% 0.96% -
XYZ 65.45 82.32 28.06 -
YUV 223.06 65.89 125.81 -
System Red Green Blue C M Y K H S L
Decimal 220 246 113 0.11 0 0.54 0.04 71.73 0.88 0.7
Hex DC F6 71 B 0 36 4 48 58 46
Octal 334 366 161 13 0 66 4 110 130 106
Binary 11011100 11110110 1110001 1011 0 110110 100 1001000 1011000 1000110

Color Harmonies of #DCF671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF671

Black with #DCF671

Text Example


Text Example

White with #DCF671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF671; }

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

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

background-color css

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

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

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

border-color css

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

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

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