Html Css Color HEX #70F07B Pastel Green

📋 copy color: '#70F07B'

red 112 ◦ green 240 ◦ blue 123

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

Shades of Pastel Green #70F07B

Tints of Pastel Green #70F07B

RGB

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

 GREEN value IS 240 (94.14% from 255) = 50.53%

 BLUE value IS 123 (48.44% from 255) = 25.89%

R = 23.58%
G = 50.53%
B = 25.89%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#70F07B (or 0x70F07B) is known color: Pastel Green. HEX triplet: 70, F0 and 7B. RGB value is (112,240,123). Sum of RGB (Red+Green+Blue) = 112+240+123=475 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.58% from 475); Green value is 240 (94.14% from 255 or 50.53% from 475); Blue value is 123 (48.44% from 255 or 25.89% from 475); Max value from RGB is 240 - color contains mainly: green. Hex color #70F07B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70F07B is #8F0F84. Grayscale: #BCBCBC. Windows color (decimal): -9375621 or 8122480. OLE color: 8122480.

HSL color Cylindrical-coordinate representation of color #70F07B: hue angle of 125.16º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70F07B is Cyan = 0.53, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB 112 240 123 -
CMYK 0.53 0 0.49 0.06
HSL 125.16º 0.81% 0.69% -
HSV(B) 125.16º 0.53% 0.94% -
XYZ 41.42 67.19 29.53 -
YUV 188.39 91.09 73.51 -
System Red Green Blue C M Y K H S L
Decimal 112 240 123 0.53 0 0.49 0.06 125.16 0.81 0.69
Hex 70 F0 7B 35 0 31 6 7D 51 45
Octal 160 360 173 65 0 61 6 175 121 105
Binary 1110000 11110000 1111011 110101 0 110001 110 1111101 1010001 1000101

Color Harmonies of #70F07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F07B

Black with #70F07B

Text Example


Text Example

White with #70F07B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,240,123); }

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

background-color css

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

 a { background-color: rgb(112,240,123); }

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

border-color css

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

 span { border-color: rgb(112,240,123); }

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