#35FA6E

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

Shades of Screamin' Green #35FA6E

Tints of Screamin' Green #35FA6E

Color information

#35FA6E (or 0x35FA6E) is unknown color: approx Screamin' Green. HEX triplet: 35, FA and 6E. RGB value is (53,250,110). Sum of RGB (Red+Green+Blue) = 53+250+110=413 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.83% from 413); Green value is 250 (98.05% from 255 or 60.53% from 413); Blue value is 110 (43.36% from 255 or 26.63% from 413); Max value from RGB is 250 - color contains mainly: green. Hex color #35FA6E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #35FA6E is #CA0591. Grayscale: #AFAFAF. Windows color (decimal): -13239698 or 7273013. OLE color: 7273013.

HSL color Cylindrical-coordinate representation of color #35FA6E: hue angle of 137.36º 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 #35FA6E is Cyan = 0.79, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB53250110-
CMYK0.7900.560.02
HSL137.36º95.17%59.41%-
HSV(B)137.36º78.8%98.04%-
XYZ38.4770.2526.28-
YUV175.1491.2340.88-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.83%
GREEN value IS 250 (98.05% from 255) = 60.53%
BLUE value IS 110 (43.36% from 255) = 26.63%
R=12.83%
G=60.53%
B=26.63%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal532501100.7900.560.02137.3695.1759.41
Hex35FA6E4F0382895f3b
Octal65372156117070221113773
Binary1101011111101011011101001111011100010100010011011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35FA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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