#35FC70

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

Shades of Screamin' Green #35FC70

Tints of Screamin' Green #35FC70

Color information

#35FC70 (or 0x35FC70) is unknown color: approx Screamin' Green. HEX triplet: 35, FC and 70. RGB value is (53,252,112). Sum of RGB (Red+Green+Blue) = 53+252+112=417 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.71% from 417); Green value is 252 (98.83% from 255 or 60.43% from 417); Blue value is 112 (44.14% from 255 or 26.86% from 417); Max value from RGB is 252 - color contains mainly: green. Hex color #35FC70 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #35FC70 is #CA038F. Grayscale: #B0B0B0. Windows color (decimal): -13239184 or 7404597. OLE color: 7404597.

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

Color convert

RGB53252112-
CMYK0.7900.560.01
HSL137.79º97.07%59.8%-
HSV(B)137.79º78.97%98.82%-
XYZ39.271.5527.07-
YUV176.5491.5739.88-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.71%
GREEN value IS 252 (98.83% from 255) = 60.43%
BLUE value IS 112 (44.14% from 255) = 26.86%
R=12.71%
G=60.43%
B=26.86%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal532521120.7900.560.01137.7997.0759.8
Hex35FC704F03818a613c
Octal65374160117070121214174
Binary110101111111001110000100111101110001100010101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35FC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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