Html Css Color HEX #70F87F Screamin' Green

📋 copy color: '#70F87F'

red 112 ◦ green 248 ◦ blue 127

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

Shades of Screamin' Green #70F87F

Tints of Screamin' Green #70F87F

RGB

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

 GREEN value IS 248 (97.27% from 255) = 50.92%

 BLUE value IS 127 (50% from 255) = 26.08%

R = 23%
G = 50.92%
B = 26.08%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#70F87F (or 0x70F87F) is known color: Screamin' Green. HEX triplet: 70, F8 and 7F. RGB value is (112,248,127). Sum of RGB (Red+Green+Blue) = 112+248+127=487 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.00% from 487); Green value is 248 (97.27% from 255 or 50.92% from 487); Blue value is 127 (50% from 255 or 26.08% from 487); Max value from RGB is 248 - color contains mainly: green. Hex color #70F87F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70F87F is #8F0780. Grayscale: #C1C1C1. Windows color (decimal): -9373569 or 8386672. OLE color: 8386672.

HSL color Cylindrical-coordinate representation of color #70F87F: hue angle of 126.62º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70F87F is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.

Color convert

RGB 112 248 127 -
CMYK 0.55 0 0.49 0.03
HSL 126.62º 0.91% 0.71% -
HSV(B) 126.62º 0.55% 0.97% -
XYZ 44.08 72.11 31.67 -
YUV 193.54 90.44 69.84 -
System Red Green Blue C M Y K H S L
Decimal 112 248 127 0.55 0 0.49 0.03 126.62 0.91 0.71
Hex 70 F8 7F 37 0 31 3 7F 5B 47
Octal 160 370 177 67 0 61 3 177 133 107
Binary 1110000 11111000 1111111 110111 0 110001 11 1111111 1011011 1000111

Color Harmonies of #70F87F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F87F

Black with #70F87F

Text Example


Text Example

White with #70F87F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,248,127); }

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

background-color css

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

 a { background-color: rgb(112,248,127); }

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

border-color css

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

 span { border-color: rgb(112,248,127); }

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