#70FD41

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

Shades of Screamin' Green #70FD41

Tints of Screamin' Green #70FD41

Color information

#70FD41 (or 0x70FD41) is unknown color: approx Screamin' Green. HEX triplet: 70, FD and 41. RGB value is (112,253,65). Sum of RGB (Red+Green+Blue) = 112+253+65=430 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.05% from 430); Green value is 253 (99.22% from 255 or 58.84% from 430); Blue value is 65 (25.78% from 255 or 15.12% from 430); Max value from RGB is 253 - color contains mainly: green. Hex color #70FD41 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70FD41 is #8F02BE. Grayscale: #BEBEBE. Windows color (decimal): -9372351 or 4324720. OLE color: 4324720.

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

Color convert

RGB11225365-
CMYK0.5600.740.01
HSL105º97.92%62.35%-
HSV(B)105º74.31%99.22%-
XYZ42.7674.0817.05-
YUV189.4157.7972.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.05%
GREEN value IS 253 (99.22% from 255) = 58.84%
BLUE value IS 65 (25.78% from 255) = 15.12%
R=26.05%
G=58.84%
B=15.12%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal112253650.5600.740.0110597.9262.35
Hex70FD413804A169623e
Octal160375101700112115114276
Binary111000011111101100000111100001001010111010011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70FD41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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