#35FA71

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

Shades of Screamin' Green #35FA71

Tints of Screamin' Green #35FA71

Color information

#35FA71 (or 0x35FA71) is unknown color: approx Screamin' Green. HEX triplet: 35, FA and 71. RGB value is (53,250,113). Sum of RGB (Red+Green+Blue) = 53+250+113=416 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.74% from 416); Green value is 250 (98.05% from 255 or 60.10% from 416); Blue value is 113 (44.53% from 255 or 27.16% from 416); Max value from RGB is 250 - color contains mainly: green. Hex color #35FA71 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #35FA71 is #CA058E. Grayscale: #AFAFAF. Windows color (decimal): -13239695 or 7469621. OLE color: 7469621.

HSL color Cylindrical-coordinate representation of color #35FA71: hue angle of 138.27º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35FA71 is Cyan = 0.79, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB53250113-
CMYK0.7900.550.02
HSL138.27º95.17%59.41%-
HSV(B)138.27º78.8%98.04%-
XYZ38.6370.3227.16-
YUV175.4892.7340.64-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.74%
GREEN value IS 250 (98.05% from 255) = 60.10%
BLUE value IS 113 (44.53% from 255) = 27.16%
R=12.74%
G=60.10%
B=27.16%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal532501130.7900.550.02138.2795.1759.41
Hex35FA714F03728a5f3b
Octal65372161117067221213773
Binary1101011111101011100011001111011011110100010101011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35FA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,250,113); }

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

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

 a { background-color: rgb(53,250,113); }

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

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

 span { border-color: rgb(53,250,113); }

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