#70FB6C

Color #70FB6C Screamin' Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Screamin' Green #70FB6C

Tints of Screamin' Green #70FB6C

Color information

#70FB6C (or 0x70FB6C) is unknown color: approx Screamin' Green. HEX triplet: 70, FB and 6C. RGB value is (112,251,108). Sum of RGB (Red+Green+Blue) = 112+251+108=471 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.78% from 471); Green value is 251 (98.44% from 255 or 53.29% from 471); Blue value is 108 (42.58% from 255 or 22.93% from 471); Max value from RGB is 251 - color contains mainly: green. Hex color #70FB6C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70FB6C is #8F0493. Grayscale: #C1C1C1. Windows color (decimal): -9372820 or 7142256. OLE color: 7142256.

HSL color Cylindrical-coordinate representation of color #70FB6C: hue angle of 118.32º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #70FB6C is Cyan = 0.55, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB112251108-
CMYK0.5500.570.02
HSL118.32º94.7%70.39%-
HSV(B)118.32º56.97%98.43%-
XYZ43.8973.5226.07-
YUV193.1479.9570.13-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.78%
GREEN value IS 251 (98.44% from 255) = 53.29%
BLUE value IS 108 (42.58% from 255) = 22.93%
R=23.78%
G=53.29%
B=22.93%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1122511080.5500.570.02118.3294.770.39
Hex70FB6C370392765f46
Octal160373154670712166137106
Binary1110000111110111101100110111011100110111011010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70FB6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,251,108); }

 H1.HeaderClassName
 {
   color: #70FB6C;
 }
 .AnyTagClassName
 {
   color: #70FB6C;
 }
</style>
background-color css

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

 a { background-color: rgb(112,251,108); }

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

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

 span { border-color: rgb(112,251,108); }

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