#70EF4B

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

Shades of Screamin' Green #70EF4B

Tints of Screamin' Green #70EF4B

Color information

#70EF4B (or 0x70EF4B) is unknown color: approx Screamin' Green. HEX triplet: 70, EF and 4B. RGB value is (112,239,75). Sum of RGB (Red+Green+Blue) = 112+239+75=426 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.29% from 426); Green value is 239 (93.75% from 255 or 56.10% from 426); Blue value is 75 (29.69% from 255 or 17.61% from 426); Max value from RGB is 239 - color contains mainly: green. Hex color #70EF4B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70EF4B is #8F10B4. Grayscale: #B6B6B6. Windows color (decimal): -9375925 or 4976496. OLE color: 4976496.

HSL color Cylindrical-coordinate representation of color #70EF4B: hue angle of 106.46º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #70EF4B is Cyan = 0.53, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB11223975-
CMYK0.5300.690.06
HSL106.46º83.67%61.57%-
HSV(B)106.46º68.62%93.73%-
XYZ38.8265.6917.29-
YUV182.3367.4277.84-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.29%
GREEN value IS 239 (93.75% from 255) = 56.10%
BLUE value IS 75 (29.69% from 255) = 17.61%
R=26.29%
G=56.10%
B=17.61%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal112239750.5300.690.06106.4683.6761.57
Hex70EF4B3504566a543e
Octal160357113650105615212476
Binary11100001110111110010111101010100010111011010101010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70EF4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,239,75); }

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

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

 a { background-color: rgb(112,239,75); }

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

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

 span { border-color: rgb(112,239,75); }

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