#35FF70

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

Shades of Screamin' Green #35FF70

Tints of Screamin' Green #35FF70

Color information

#35FF70 (or 0x35FF70) is unknown color: approx Screamin' Green. HEX triplet: 35, FF and 70. RGB value is (53,255,112). Sum of RGB (Red+Green+Blue) = 53+255+112=420 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.62% from 420); Green value is 255 (100% from 255 or 60.71% from 420); Blue value is 112 (44.14% from 255 or 26.67% from 420); Max value from RGB is 255 - color contains mainly: green. Hex color #35FF70 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #35FF70 is #CA008F. Grayscale: #B2B2B2. Windows color (decimal): -13238416 or 7405365. OLE color: 7405365.

HSL color Cylindrical-coordinate representation of color #35FF70: hue angle of 137.52º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35FF70 is Cyan = 0.79, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB53255112-
CMYK0.7900.560
HSL137.52º100%60.39%-
HSV(B)137.52º79.22%100%-
XYZ40.1573.4527.39-
YUV178.390.5838.63-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.62%
GREEN value IS 255 (100% from 255) = 60.71%
BLUE value IS 112 (44.14% from 255) = 26.67%
R=12.62%
G=60.71%
B=26.67%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal532551120.7900.560137.5210060.39
Hex35FF704F03808a643c
Octal65377160117070021214474
Binary110101111111111110000100111101110000100010101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35FF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35FF70; }

 p { color: rgb(53,255,112); }

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

<style>
 a { background-color: #35FF70; }

 a { background-color: rgb(53,255,112); }

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

<style>
 span { border-color: #35FF70; }

 span { border-color: rgb(53,255,112); }

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