Html Css Color HEX #70EB68 Pastel Green

📋 copy color: '#70EB68'

red 112 ◦ green 235 ◦ blue 104

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

Shades of Pastel Green #70EB68

Tints of Pastel Green #70EB68

RGB

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

 GREEN value IS 235 (92.19% from 255) = 52.11%

 BLUE value IS 104 (41.02% from 255) = 23.06%

R = 24.83%
G = 52.11%
B = 23.06%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#70EB68 (or 0x70EB68) is known color: Pastel Green. HEX triplet: 70, EB and 68. RGB value is (112,235,104). Sum of RGB (Red+Green+Blue) = 112+235+104=451 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.83% from 451); Green value is 235 (92.19% from 255 or 52.11% from 451); Blue value is 104 (41.02% from 255 or 23.06% from 451); Max value from RGB is 235 - color contains mainly: green. Hex color #70EB68 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70EB68 is #8F1497. Grayscale: #B7B7B7. Windows color (decimal): -9376920 or 6876016. OLE color: 6876016.

HSL color Cylindrical-coordinate representation of color #70EB68: hue angle of 116.34º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70EB68 is Cyan = 0.52, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 235 104 -
CMYK 0.52 0 0.56 0.08
HSL 116.34º 0.77% 0.66% -
HSV(B) 116.34º 0.56% 0.92% -
XYZ 38.89 63.86 23.37 -
YUV 183.29 83.25 77.15 -
System Red Green Blue C M Y K H S L
Decimal 112 235 104 0.52 0 0.56 0.08 116.34 0.77 0.66
Hex 70 EB 68 34 0 38 8 74 4D 42
Octal 160 353 150 64 0 70 10 164 115 102
Binary 1110000 11101011 1101000 110100 0 111000 1000 1110100 1001101 1000010

Color Harmonies of #70EB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EB68

Black with #70EB68

Text Example


Text Example

White with #70EB68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,235,104); }

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

background-color css

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

 a { background-color: rgb(112,235,104); }

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

border-color css

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

 span { border-color: rgb(112,235,104); }

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