Html Css Color HEX #70F276 Pastel Green

📋 copy color: '#70F276'

red 112 ◦ green 242 ◦ blue 118

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

Shades of Pastel Green #70F276

Tints of Pastel Green #70F276

RGB

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

 GREEN value IS 242 (94.92% from 255) = 51.27%

 BLUE value IS 118 (46.48% from 255) = 25%

R = 23.73%
G = 51.27%
B = 25%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#70F276 (or 0x70F276) is known color: Pastel Green. HEX triplet: 70, F2 and 76. RGB value is (112,242,118). Sum of RGB (Red+Green+Blue) = 112+242+118=472 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.73% from 472); Green value is 242 (94.92% from 255 or 51.27% from 472); Blue value is 118 (46.48% from 255 or 25% from 472); Max value from RGB is 242 - color contains mainly: green. Hex color #70F276 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70F276 is #8F0D89. Grayscale: #BDBDBD. Windows color (decimal): -9375114 or 7795312. OLE color: 7795312.

HSL color Cylindrical-coordinate representation of color #70F276: hue angle of 122.77º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70F276 is Cyan = 0.54, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 112 242 118 -
CMYK 0.54 0 0.51 0.05
HSL 122.77º 0.83% 0.69% -
HSV(B) 122.77º 0.54% 0.95% -
XYZ 41.7 68.26 28.12 -
YUV 188.99 87.93 73.08 -
System Red Green Blue C M Y K H S L
Decimal 112 242 118 0.54 0 0.51 0.05 122.77 0.83 0.69
Hex 70 F2 76 36 0 33 5 7B 53 45
Octal 160 362 166 66 0 63 5 173 123 105
Binary 1110000 11110010 1110110 110110 0 110011 101 1111011 1010011 1000101

Color Harmonies of #70F276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F276

Black with #70F276

Text Example


Text Example

White with #70F276

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,242,118); }

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

background-color css

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

 a { background-color: rgb(112,242,118); }

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

border-color css

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

 span { border-color: rgb(112,242,118); }

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