Html Css Color HEX #71DC65 Pastel Green

📋 copy color: '#71DC65'

red 113 ◦ green 220 ◦ blue 101

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

Shades of Pastel Green #71DC65

Tints of Pastel Green #71DC65

RGB

 RED value IS 113 (44.53% from 255) = 26.04%

 GREEN value IS 220 (86.33% from 255) = 50.69%

 BLUE value IS 101 (39.84% from 255) = 23.27%

R = 26.04%
G = 50.69%
B = 23.27%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#71DC65 (or 0x71DC65) is known color: Pastel Green. HEX triplet: 71, DC and 65. RGB value is (113,220,101). Sum of RGB (Red+Green+Blue) = 113+220+101=434 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.04% from 434); Green value is 220 (86.33% from 255 or 50.69% from 434); Blue value is 101 (39.84% from 255 or 23.27% from 434); Max value from RGB is 220 - color contains mainly: green. Hex color #71DC65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71DC65 is #8E239A. Grayscale: #AEAEAE. Windows color (decimal): -9315227 or 6675569. OLE color: 6675569.

HSL color Cylindrical-coordinate representation of color #71DC65: hue angle of 113.95º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #71DC65 is Cyan = 0.49, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 220 101 -
CMYK 0.49 0 0.54 0.14
HSL 113.95º 0.63% 0.63% -
HSV(B) 113.95º 0.54% 0.86% -
XYZ 34.75 55.64 21.22 -
YUV 174.44 86.55 84.18 -
System Red Green Blue C M Y K H S L
Decimal 113 220 101 0.49 0 0.54 0.14 113.95 0.63 0.63
Hex 71 DC 65 31 0 36 E 72 3F 3F
Octal 161 334 145 61 0 66 16 162 77 77
Binary 1110001 11011100 1100101 110001 0 110110 1110 1110010 111111 111111

Color Harmonies of #71DC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DC65

Black with #71DC65

Text Example


Text Example

White with #71DC65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71DC65; }

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

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

background-color css

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

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

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

border-color css

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

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

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