#70F67B

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

Shades of Screamin' Green #70F67B

Tints of Screamin' Green #70F67B

Color information

#70F67B (or 0x70F67B) is unknown color: approx Screamin' Green. HEX triplet: 70, F6 and 7B. RGB value is (112,246,123). Sum of RGB (Red+Green+Blue) = 112+246+123=481 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.28% from 481); Green value is 246 (96.48% from 255 or 51.14% from 481); Blue value is 123 (48.44% from 255 or 25.57% from 481); Max value from RGB is 246 - color contains mainly: green. Hex color #70F67B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70F67B is #8F0984. Grayscale: #C0C0C0. Windows color (decimal): -9374085 or 8124016. OLE color: 8124016.

HSL color Cylindrical-coordinate representation of color #70F67B: hue angle of 124.93º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70F67B is Cyan = 0.54, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB112246123-
CMYK0.5400.500.04
HSL124.93º88.16%70.2%-
HSV(B)124.93º54.47%96.47%-
XYZ43.2170.7930.12-
YUV191.9189.1171-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.28%
GREEN value IS 246 (96.48% from 255) = 51.14%
BLUE value IS 123 (48.44% from 255) = 25.57%
R=23.28%
G=51.14%
B=25.57%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1122461230.5400.500.04124.9388.1670.2
Hex70F67B3603247d5846
Octal160366173660624175130106
Binary11100001111011011110111101100110010100111110110110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F67B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,246,123); }

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

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

 a { background-color: rgb(112,246,123); }

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

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

 span { border-color: rgb(112,246,123); }

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