Html Css Color HEX #71CC70 Pastel Green

📋 copy color: '#71CC70'

red 113 ◦ green 204 ◦ blue 112

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

Shades of Pastel Green #71CC70

Tints of Pastel Green #71CC70

RGB

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

 GREEN value IS 204 (80.08% from 255) = 47.55%

 BLUE value IS 112 (44.14% from 255) = 26.11%

R = 26.34%
G = 47.55%
B = 26.11%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#71CC70 (or 0x71CC70) is known color: Pastel Green. HEX triplet: 71, CC and 70. RGB value is (113,204,112). Sum of RGB (Red+Green+Blue) = 113+204+112=429 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.34% from 429); Green value is 204 (80.08% from 255 or 47.55% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 204 - color contains mainly: green. Hex color #71CC70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71CC70 is #8E338F. Grayscale: #A6A6A6. Windows color (decimal): -9319312 or 7392369. OLE color: 7392369.

HSL color Cylindrical-coordinate representation of color #71CC70: hue angle of 119.35º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #71CC70 is Cyan = 0.45, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.2.

Color convert

RGB 113 204 112 -
CMYK 0.45 0 0.45 0.2
HSL 119.35º 0.47% 0.62% -
HSV(B) 119.35º 0.45% 0.8% -
XYZ 31.33 47.87 22.92 -
YUV 166.3 97.35 89.98 -
System Red Green Blue C M Y K H S L
Decimal 113 204 112 0.45 0 0.45 0.2 119.35 0.47 0.62
Hex 71 CC 70 2D 0 2D 14 77 2F 3E
Octal 161 314 160 55 0 55 24 167 57 76
Binary 1110001 11001100 1110000 101101 0 101101 10100 1110111 101111 111110

Color Harmonies of #71CC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CC70

Black with #71CC70

Text Example


Text Example

White with #71CC70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,204,112); }

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

background-color css

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

 a { background-color: rgb(113,204,112); }

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

border-color css

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

 span { border-color: rgb(113,204,112); }

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