Html Css Color HEX #70FE88 Screamin' Green

📋 copy color: '#70FE88'

red 112 ◦ green 254 ◦ blue 136

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

Shades of Screamin' Green #70FE88

Tints of Screamin' Green #70FE88

RGB

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

 GREEN value IS 254 (99.61% from 255) = 50.6%

 BLUE value IS 136 (53.52% from 255) = 27.09%

R = 22.31%
G = 50.6%
B = 27.09%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#70FE88 (or 0x70FE88) is known color: Screamin' Green. HEX triplet: 70, FE and 88. RGB value is (112,254,136). Sum of RGB (Red+Green+Blue) = 112+254+136=502 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.31% from 502); Green value is 254 (99.61% from 255 or 50.60% from 502); Blue value is 136 (53.52% from 255 or 27.09% from 502); Max value from RGB is 254 - color contains mainly: green. Hex color #70FE88 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70FE88 is #8F0177. Grayscale: #C6C6C6. Windows color (decimal): -9372024 or 8978032. OLE color: 8978032.

HSL color Cylindrical-coordinate representation of color #70FE88: hue angle of 130.14º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70FE88 is Cyan = 0.56, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.00.

Color convert

RGB 112 254 136 -
CMYK 0.56 0 0.46 0.00
HSL 130.14º 0.99% 0.72% -
HSV(B) 130.14º 0.56% 1% -
XYZ 46.57 76.11 35.53 -
YUV 198.09 92.96 66.59 -
System Red Green Blue C M Y K H S L
Decimal 112 254 136 0.56 0 0.46 0.00 130.14 0.99 0.72
Hex 70 FE 88 38 0 2E 0 82 63 48
Octal 160 376 210 70 0 56 0 202 143 110
Binary 1110000 11111110 10001000 111000 0 101110 0 10000010 1100011 1001000

Color Harmonies of #70FE88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70FE88

Black with #70FE88

Text Example


Text Example

White with #70FE88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,254,136); }

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

background-color css

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

 a { background-color: rgb(112,254,136); }

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

border-color css

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

 span { border-color: rgb(112,254,136); }

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