#35FD5E

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

Shades of Screamin' Green #35FD5E

Tints of Screamin' Green #35FD5E

Color information

#35FD5E (or 0x35FD5E) is unknown color: approx Screamin' Green. HEX triplet: 35, FD and 5E. RGB value is (53,253,94). Sum of RGB (Red+Green+Blue) = 53+253+94=400 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.25% from 400); Green value is 253 (99.22% from 255 or 63.25% from 400); Blue value is 94 (37.11% from 255 or 23.5% from 400); Max value from RGB is 253 - color contains mainly: green. Hex color #35FD5E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #35FD5E is #CA02A1. Grayscale: #AFAFAF. Windows color (decimal): -13238946 or 6225205. OLE color: 6225205.

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

Color convert

RGB5325394-
CMYK0.7900.630.01
HSL132.3º98.04%60%-
HSV(B)132.3º79.05%99.22%-
XYZ38.6171.8222.42-
YUV175.0782.2440.93-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.25%
GREEN value IS 253 (99.22% from 255) = 63.25%
BLUE value IS 94 (37.11% from 255) = 23.5%
R=13.25%
G=63.25%
B=23.5%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal53253940.7900.630.01132.398.0460
Hex35FD5E4F03F184623c
Octal65375136117077120414274
Binary110101111111011011110100111101111111100001001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35FD5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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