Html Css Color HEX #70FD7D Screamin' Green

📋 copy color: '#70FD7D'

red 112 ◦ green 253 ◦ blue 125

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

Shades of Screamin' Green #70FD7D

Tints of Screamin' Green #70FD7D

RGB

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

 GREEN value IS 253 (99.22% from 255) = 51.63%

 BLUE value IS 125 (49.22% from 255) = 25.51%

R = 22.86%
G = 51.63%
B = 25.51%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#70FD7D (or 0x70FD7D) is known color: Screamin' Green. HEX triplet: 70, FD and 7D. RGB value is (112,253,125). Sum of RGB (Red+Green+Blue) = 112+253+125=490 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.86% from 490); Green value is 253 (99.22% from 255 or 51.63% from 490); Blue value is 125 (49.22% from 255 or 25.51% from 490); Max value from RGB is 253 - color contains mainly: green. Hex color #70FD7D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70FD7D is #8F0282. Grayscale: #C4C4C4. Windows color (decimal): -9372291 or 8256880. OLE color: 8256880.

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

Color convert

RGB 112 253 125 -
CMYK 0.56 0 0.51 0.01
HSL 125.53º 0.97% 0.72% -
HSV(B) 125.53º 0.56% 0.99% -
XYZ 45.51 75.18 31.51 -
YUV 196.25 87.79 67.91 -
System Red Green Blue C M Y K H S L
Decimal 112 253 125 0.56 0 0.51 0.01 125.53 0.97 0.72
Hex 70 FD 7D 38 0 33 1 7E 61 48
Octal 160 375 175 70 0 63 1 176 141 110
Binary 1110000 11111101 1111101 111000 0 110011 1 1111110 1100001 1001000

Color Harmonies of #70FD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70FD7D

Black with #70FD7D

Text Example


Text Example

White with #70FD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,253,125); }

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

background-color css

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

 a { background-color: rgb(112,253,125); }

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

border-color css

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

 span { border-color: rgb(112,253,125); }

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