#35FA5D

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

Shades of Screamin' Green #35FA5D

Tints of Screamin' Green #35FA5D

Color information

#35FA5D (or 0x35FA5D) is unknown color: approx Screamin' Green. HEX triplet: 35, FA and 5D. RGB value is (53,250,93). Sum of RGB (Red+Green+Blue) = 53+250+93=396 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.38% from 396); Green value is 250 (98.05% from 255 or 63.13% from 396); Blue value is 93 (36.72% from 255 or 23.48% from 396); Max value from RGB is 250 - color contains mainly: green. Hex color #35FA5D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #35FA5D is #CA05A2. Grayscale: #ADADAD. Windows color (decimal): -13239715 or 6158901. OLE color: 6158901.

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

Color convert

RGB5325093-
CMYK0.7900.630.02
HSL132.18º95.17%59.41%-
HSV(B)132.18º78.8%98.04%-
XYZ37.6369.9221.87-
YUV173.282.7342.27-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.38%
GREEN value IS 250 (98.05% from 255) = 63.13%
BLUE value IS 93 (36.72% from 255) = 23.48%
R=13.38%
G=63.13%
B=23.48%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal53250930.7900.630.02132.1895.1759.41
Hex35FA5D4F03F2845f3b
Octal65372135117077220413773
Binary1101011111101010111011001111011111110100001001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35FA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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