#35FA5E

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

Shades of Screamin' Green #35FA5E

Tints of Screamin' Green #35FA5E

Color information

#35FA5E (or 0x35FA5E) is unknown color: approx Screamin' Green. HEX triplet: 35, FA and 5E. RGB value is (53,250,94). Sum of RGB (Red+Green+Blue) = 53+250+94=397 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.35% from 397); Green value is 250 (98.05% from 255 or 62.97% from 397); Blue value is 94 (37.11% from 255 or 23.68% from 397); Max value from RGB is 250 - color contains mainly: green. Hex color #35FA5E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #35FA5E is #CA05A1. Grayscale: #ADADAD. Windows color (decimal): -13239714 or 6224437. OLE color: 6224437.

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

Color convert

RGB5325094-
CMYK0.7900.620.02
HSL132.49º95.17%59.41%-
HSV(B)132.49º78.8%98.04%-
XYZ37.6769.9422.1-
YUV173.3183.2342.18-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.35%
GREEN value IS 250 (98.05% from 255) = 62.97%
BLUE value IS 94 (37.11% from 255) = 23.68%
R=13.35%
G=62.97%
B=23.68%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal53250940.7900.620.02132.4995.1759.41
Hex35FA5E4F03E2845f3b
Octal65372136117076220413773
Binary1101011111101010111101001111011111010100001001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35FA5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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