Html Css Color HEX #70CF71 Pastel Green

📋 copy color: '#70CF71'

red 112 ◦ green 207 ◦ blue 113

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

Shades of Pastel Green #70CF71

Tints of Pastel Green #70CF71

RGB

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

 GREEN value IS 207 (81.25% from 255) = 47.92%

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

R = 25.93%
G = 47.92%
B = 26.16%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#70CF71 (or 0x70CF71) is known color: Pastel Green. HEX triplet: 70, CF and 71. RGB value is (112,207,113). Sum of RGB (Red+Green+Blue) = 112+207+113=432 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.93% from 432); Green value is 207 (81.25% from 255 or 47.92% from 432); Blue value is 113 (44.53% from 255 or 26.16% from 432); Max value from RGB is 207 - color contains mainly: green. Hex color #70CF71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CF71 is #8F308E. Grayscale: #A8A8A8. Windows color (decimal): -9384079 or 7458672. OLE color: 7458672.

HSL color Cylindrical-coordinate representation of color #70CF71: hue angle of 120.63º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70CF71 is Cyan = 0.46, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 207 113 -
CMYK 0.46 0 0.45 0.19
HSL 120.63º 0.5% 0.63% -
HSV(B) 120.63º 0.46% 0.81% -
XYZ 31.98 49.26 23.45 -
YUV 167.88 97.03 88.14 -
System Red Green Blue C M Y K H S L
Decimal 112 207 113 0.46 0 0.45 0.19 120.63 0.5 0.63
Hex 70 CF 71 2E 0 2D 13 79 32 3F
Octal 160 317 161 56 0 55 23 171 62 77
Binary 1110000 11001111 1110001 101110 0 101101 10011 1111001 110010 111111

Color Harmonies of #70CF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CF71

Black with #70CF71

Text Example


Text Example

White with #70CF71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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