Html Css Color HEX #71CA70 Pastel Green

📋 copy color: '#71CA70'

red 113 ◦ green 202 ◦ blue 112

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

Shades of Pastel Green #71CA70

Tints of Pastel Green #71CA70

RGB

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

 GREEN value IS 202 (79.3% from 255) = 47.31%

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

R = 26.46%
G = 47.31%
B = 26.23%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#71CA70 (or 0x71CA70) is known color: Pastel Green. HEX triplet: 71, CA and 70. RGB value is (113,202,112). Sum of RGB (Red+Green+Blue) = 113+202+112=427 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.46% from 427); Green value is 202 (79.30% from 255 or 47.31% from 427); Blue value is 112 (44.14% from 255 or 26.23% from 427); Max value from RGB is 202 - color contains mainly: green. Hex color #71CA70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71CA70 is #8E358F. Grayscale: #A5A5A5. Windows color (decimal): -9319824 or 7391857. OLE color: 7391857.

HSL color Cylindrical-coordinate representation of color #71CA70: hue angle of 119.33º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #71CA70 is Cyan = 0.44, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 113 202 112 -
CMYK 0.44 0 0.45 0.21
HSL 119.33º 0.46% 0.62% -
HSV(B) 119.33º 0.45% 0.79% -
XYZ 30.86 46.92 22.76 -
YUV 165.13 98.01 90.82 -
System Red Green Blue C M Y K H S L
Decimal 113 202 112 0.44 0 0.45 0.21 119.33 0.46 0.62
Hex 71 CA 70 2C 0 2D 15 77 2E 3E
Octal 161 312 160 54 0 55 25 167 56 76
Binary 1110001 11001010 1110000 101100 0 101101 10101 1110111 101110 111110

Color Harmonies of #71CA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CA70

Black with #71CA70

Text Example


Text Example

White with #71CA70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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