Html Css Color HEX #70CF78 Pastel Green

📋 copy color: '#70CF78'

red 112 ◦ green 207 ◦ blue 120

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

Shades of Pastel Green #70CF78

Tints of Pastel Green #70CF78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 27.33%

R = 25.51%
G = 47.15%
B = 27.33%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#70CF78 (or 0x70CF78) is known color: Pastel Green. HEX triplet: 70, CF and 78. RGB value is (112,207,120). Sum of RGB (Red+Green+Blue) = 112+207+120=439 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.51% from 439); Green value is 207 (81.25% from 255 or 47.15% from 439); Blue value is 120 (47.27% from 255 or 27.33% from 439); Max value from RGB is 207 - color contains mainly: green. Hex color #70CF78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CF78 is #8F3087. Grayscale: #A8A8A8. Windows color (decimal): -9384072 or 7917424. OLE color: 7917424.

HSL color Cylindrical-coordinate representation of color #70CF78: hue angle of 125.05º 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 #70CF78 is Cyan = 0.46, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 207 120 -
CMYK 0.46 0 0.42 0.19
HSL 125.05º 0.5% 0.63% -
HSV(B) 125.05º 0.46% 0.81% -
XYZ 32.39 49.43 25.6 -
YUV 168.68 100.53 87.57 -
System Red Green Blue C M Y K H S L
Decimal 112 207 120 0.46 0 0.42 0.19 125.05 0.5 0.63
Hex 70 CF 78 2E 0 2A 13 7D 32 3F
Octal 160 317 170 56 0 52 23 175 62 77
Binary 1110000 11001111 1111000 101110 0 101010 10011 1111101 110010 111111

Color Harmonies of #70CF78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CF78

Black with #70CF78

Text Example


Text Example

White with #70CF78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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