Html Css Color HEX #71C868 Pastel Green

📋 copy color: '#71C868'

red 113 ◦ green 200 ◦ blue 104

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

Shades of Pastel Green #71C868

Tints of Pastel Green #71C868

RGB

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

 GREEN value IS 200 (78.52% from 255) = 47.96%

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

R = 27.1%
G = 47.96%
B = 24.94%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#71C868 (or 0x71C868) is known color: Pastel Green. HEX triplet: 71, C8 and 68. RGB value is (113,200,104). Sum of RGB (Red+Green+Blue) = 113+200+104=417 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.10% from 417); Green value is 200 (78.52% from 255 or 47.96% from 417); Blue value is 104 (41.02% from 255 or 24.94% from 417); Max value from RGB is 200 - color contains mainly: green. Hex color #71C868 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C868 is #8E3797. Grayscale: #A3A3A3. Windows color (decimal): -9320344 or 6867057. OLE color: 6867057.

HSL color Cylindrical-coordinate representation of color #71C868: hue angle of 114.38º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71C868 is Cyan = 0.44, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB 113 200 104 -
CMYK 0.44 0 0.48 0.22
HSL 114.38º 0.47% 0.6% -
HSV(B) 114.38º 0.48% 0.78% -
XYZ 29.96 45.82 20.36 -
YUV 163.04 94.68 92.31 -
System Red Green Blue C M Y K H S L
Decimal 113 200 104 0.44 0 0.48 0.22 114.38 0.47 0.6
Hex 71 C8 68 2C 0 30 16 72 2F 3C
Octal 161 310 150 54 0 60 26 162 57 74
Binary 1110001 11001000 1101000 101100 0 110000 10110 1110010 101111 111100

Color Harmonies of #71C868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C868

Black with #71C868

Text Example


Text Example

White with #71C868

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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