Html Css Color HEX #71D275 Pastel Green

📋 copy color: '#71D275'

red 113 ◦ green 210 ◦ blue 117

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

Shades of Pastel Green #71D275

Tints of Pastel Green #71D275

RGB

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

 GREEN value IS 210 (82.42% from 255) = 47.73%

 BLUE value IS 117 (46.09% from 255) = 26.59%

R = 25.68%
G = 47.73%
B = 26.59%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#71D275 (or 0x71D275) is known color: Pastel Green. HEX triplet: 71, D2 and 75. RGB value is (113,210,117). Sum of RGB (Red+Green+Blue) = 113+210+117=440 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.68% from 440); Green value is 210 (82.42% from 255 or 47.73% from 440); Blue value is 117 (46.09% from 255 or 26.59% from 440); Max value from RGB is 210 - color contains mainly: green. Hex color #71D275 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71D275 is #8E2D8A. Grayscale: #AAAAAA. Windows color (decimal): -9317771 or 7721585. OLE color: 7721585.

HSL color Cylindrical-coordinate representation of color #71D275: hue angle of 122.47º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #71D275 is Cyan = 0.46, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 113 210 117 -
CMYK 0.46 0 0.44 0.18
HSL 122.47º 0.52% 0.63% -
HSV(B) 122.47º 0.46% 0.82% -
XYZ 33.07 50.89 24.91 -
YUV 170.4 97.86 87.06 -
System Red Green Blue C M Y K H S L
Decimal 113 210 117 0.46 0 0.44 0.18 122.47 0.52 0.63
Hex 71 D2 75 2E 0 2C 12 7A 34 3F
Octal 161 322 165 56 0 54 22 172 64 77
Binary 1110001 11010010 1110101 101110 0 101100 10010 1111010 110100 111111

Color Harmonies of #71D275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D275

Black with #71D275

Text Example


Text Example

White with #71D275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,210,117); }

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

background-color css

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

 a { background-color: rgb(113,210,117); }

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

border-color css

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

 span { border-color: rgb(113,210,117); }

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