Html Css Color HEX #70CC71 Pastel Green

📋 copy color: '#70CC71'

red 112 ◦ green 204 ◦ blue 113

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

Shades of Pastel Green #70CC71

Tints of Pastel Green #70CC71

RGB

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

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

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

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

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

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

HSL color Cylindrical-coordinate representation of color #70CC71: hue angle of 120.65º 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 #70CC71 is Cyan = 0.45, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.2.

Color convert

RGB 112 204 113 -
CMYK 0.45 0 0.45 0.2
HSL 120.65º 0.47% 0.62% -
HSV(B) 120.65º 0.45% 0.8% -
XYZ 31.26 47.82 23.21 -
YUV 166.12 98.02 89.4 -
System Red Green Blue C M Y K H S L
Decimal 112 204 113 0.45 0 0.45 0.2 120.65 0.47 0.62
Hex 70 CC 71 2D 0 2D 14 79 2F 3E
Octal 160 314 161 55 0 55 24 171 57 76
Binary 1110000 11001100 1110001 101101 0 101101 10100 1111001 101111 111110

Color Harmonies of #70CC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CC71

Black with #70CC71

Text Example


Text Example

White with #70CC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70CC71; }

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

 H1.HeaderClassName
 {
   color: #70CC71;
 }
 .AnyTagClassName
 {
   color: #70CC71;
 }
</style>

background-color css

<style>
 a { background-color: #70CC71; }

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

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

border-color css

<style>
 span { border-color: #70CC71; }

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

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