#35FD71

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

Shades of Screamin' Green #35FD71

Tints of Screamin' Green #35FD71

Color information

#35FD71 (or 0x35FD71) is unknown color: approx Screamin' Green. HEX triplet: 35, FD and 71. RGB value is (53,253,113). Sum of RGB (Red+Green+Blue) = 53+253+113=419 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.65% from 419); Green value is 253 (99.22% from 255 or 60.38% from 419); Blue value is 113 (44.53% from 255 or 26.97% from 419); Max value from RGB is 253 - color contains mainly: green. Hex color #35FD71 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #35FD71 is #CA028E. Grayscale: #B1B1B1. Windows color (decimal): -13238927 or 7470389. OLE color: 7470389.

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

Color convert

RGB53253113-
CMYK0.7900.550.01
HSL138º98.04%60%-
HSV(B)138º79.05%99.22%-
XYZ39.5772.227.47-
YUV177.2491.7439.38-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.65%
GREEN value IS 253 (99.22% from 255) = 60.38%
BLUE value IS 113 (44.53% from 255) = 26.97%
R=12.65%
G=60.38%
B=26.97%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal532531130.7900.550.0113898.0460
Hex35FD714F03718a623c
Octal65375161117067121214274
Binary110101111111011110001100111101101111100010101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35FD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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