Html Css Color HEX #71D668 Pastel Green

📋 copy color: '#71D668'

red 113 ◦ green 214 ◦ blue 104

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

Shades of Pastel Green #71D668

Tints of Pastel Green #71D668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 24.13%

R = 26.22%
G = 49.65%
B = 24.13%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#71D668 (or 0x71D668) is known color: Pastel Green. HEX triplet: 71, D6 and 68. RGB value is (113,214,104). Sum of RGB (Red+Green+Blue) = 113+214+104=431 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.22% from 431); Green value is 214 (83.98% from 255 or 49.65% from 431); Blue value is 104 (41.02% from 255 or 24.13% from 431); Max value from RGB is 214 - color contains mainly: green. Hex color #71D668 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71D668 is #8E2997. Grayscale: #ABABAB. Windows color (decimal): -9316760 or 6870641. OLE color: 6870641.

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

Color convert

RGB 113 214 104 -
CMYK 0.47 0 0.51 0.16
HSL 115.09º 0.57% 0.62% -
HSV(B) 115.09º 0.51% 0.84% -
XYZ 33.36 52.6 21.49 -
YUV 171.26 90.04 86.44 -
System Red Green Blue C M Y K H S L
Decimal 113 214 104 0.47 0 0.51 0.16 115.09 0.57 0.62
Hex 71 D6 68 2F 0 33 10 73 39 3E
Octal 161 326 150 57 0 63 20 163 71 76
Binary 1110001 11010110 1101000 101111 0 110011 10000 1110011 111001 111110

Color Harmonies of #71D668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D668

Black with #71D668

Text Example


Text Example

White with #71D668

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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