#70EB67

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

Shades of Screamin' Green #70EB67

Tints of Screamin' Green #70EB67

Color information

#70EB67 (or 0x70EB67) is unknown color: approx Screamin' Green. HEX triplet: 70, EB and 67. RGB value is (112,235,103). Sum of RGB (Red+Green+Blue) = 112+235+103=450 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.89% from 450); Green value is 235 (92.19% from 255 or 52.22% from 450); Blue value is 103 (40.62% from 255 or 22.89% from 450); Max value from RGB is 235 - color contains mainly: green. Hex color #70EB67 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70EB67 is #8F1498. Grayscale: #B7B7B7. Windows color (decimal): -9376921 or 6810480. OLE color: 6810480.

HSL color Cylindrical-coordinate representation of color #70EB67: hue angle of 115.91º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70EB67 is Cyan = 0.52, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB112235103-
CMYK0.5200.560.08
HSL115.91º76.74%66.27%-
HSV(B)115.91º56.17%92.16%-
XYZ38.8463.8423.11-
YUV183.1882.7577.23-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.89%
GREEN value IS 235 (92.19% from 255) = 52.22%
BLUE value IS 103 (40.62% from 255) = 22.89%
R=24.89%
G=52.22%
B=22.89%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1122351030.5200.560.08115.9176.7466.27
Hex70EB67340388744d42
Octal1603531476407010164115102
Binary111000011101011110011111010001110001000111010010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70EB67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,235,103); }

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

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

 a { background-color: rgb(112,235,103); }

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

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

 span { border-color: rgb(112,235,103); }

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