Html Css Color HEX #70FD6E Screamin' Green

📋 copy color: '#70FD6E'

red 112 ◦ green 253 ◦ blue 110

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

Shades of Screamin' Green #70FD6E

Tints of Screamin' Green #70FD6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.16%

R = 23.58%
G = 53.26%
B = 23.16%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#70FD6E (or 0x70FD6E) is known color: Screamin' Green. HEX triplet: 70, FD and 6E. RGB value is (112,253,110). Sum of RGB (Red+Green+Blue) = 112+253+110=475 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.58% from 475); Green value is 253 (99.22% from 255 or 53.26% from 475); Blue value is 110 (43.36% from 255 or 23.16% from 475); Max value from RGB is 253 - color contains mainly: green. Hex color #70FD6E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70FD6E is #8F0291. Grayscale: #C2C2C2. Windows color (decimal): -9372306 or 7273840. OLE color: 7273840.

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

Color convert

RGB 112 253 110 -
CMYK 0.56 0 0.57 0.01
HSL 119.16º 0.97% 0.71% -
HSV(B) 119.16º 0.57% 0.99% -
XYZ 44.62 74.82 26.84 -
YUV 194.54 80.29 69.13 -
System Red Green Blue C M Y K H S L
Decimal 112 253 110 0.56 0 0.57 0.01 119.16 0.97 0.71
Hex 70 FD 6E 38 0 39 1 77 61 47
Octal 160 375 156 70 0 71 1 167 141 107
Binary 1110000 11111101 1101110 111000 0 111001 1 1110111 1100001 1000111

Color Harmonies of #70FD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70FD6E

Black with #70FD6E

Text Example


Text Example

White with #70FD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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