Html Css Color HEX #71D685 Pastel Green

📋 copy color: '#71D685'

red 113 ◦ green 214 ◦ blue 133

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

Shades of Pastel Green #71D685

Tints of Pastel Green #71D685

RGB

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

 GREEN value IS 214 (83.98% from 255) = 46.52%

 BLUE value IS 133 (52.34% from 255) = 28.91%

R = 24.57%
G = 46.52%
B = 28.91%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#71D685 (or 0x71D685) is known color: Pastel Green. HEX triplet: 71, D6 and 85. RGB value is (113,214,133). Sum of RGB (Red+Green+Blue) = 113+214+133=460 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.57% from 460); Green value is 214 (83.98% from 255 or 46.52% from 460); Blue value is 133 (52.34% from 255 or 28.91% from 460); Max value from RGB is 214 - color contains mainly: green. Hex color #71D685 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71D685 is #8E297A. Grayscale: #AEAEAE. Windows color (decimal): -9316731 or 8771185. OLE color: 8771185.

HSL color Cylindrical-coordinate representation of color #71D685: hue angle of 131.88º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #71D685 is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 113 214 133 -
CMYK 0.47 0 0.38 0.16
HSL 131.88º 0.55% 0.64% -
HSV(B) 131.88º 0.47% 0.84% -
XYZ 35.09 53.3 30.63 -
YUV 174.57 104.54 84.09 -
System Red Green Blue C M Y K H S L
Decimal 113 214 133 0.47 0 0.38 0.16 131.88 0.55 0.64
Hex 71 D6 85 2F 0 26 10 84 37 40
Octal 161 326 205 57 0 46 20 204 67 100
Binary 1110001 11010110 10000101 101111 0 100110 10000 10000100 110111 1000000

Color Harmonies of #71D685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D685

Black with #71D685

Text Example


Text Example

White with #71D685

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,214,133); }

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

background-color css

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

 a { background-color: rgb(113,214,133); }

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

border-color css

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

 span { border-color: rgb(113,214,133); }

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