#71FD36

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

Shades of Screamin' Green #71FD36

Tints of Screamin' Green #71FD36

Color information

#71FD36 (or 0x71FD36) is unknown color: approx Screamin' Green. HEX triplet: 71, FD and 36. RGB value is (113,253,54). Sum of RGB (Red+Green+Blue) = 113+253+54=420 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.90% from 420); Green value is 253 (99.22% from 255 or 60.24% from 420); Blue value is 54 (21.48% from 255 or 12.86% from 420); Max value from RGB is 253 - color contains mainly: green. Hex color #71FD36 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #71FD36 is #8E02C9. Grayscale: #BDBDBD. Windows color (decimal): -9306826 or 3603825. OLE color: 3603825.

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

Color convert

RGB11325354-
CMYK0.5500.790.01
HSL102.21º98.03%60.2%-
HSV(B)102.21º78.66%99.22%-
XYZ42.674.0315.53-
YUV188.4552.1274.18-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.90%
GREEN value IS 253 (99.22% from 255) = 60.24%
BLUE value IS 54 (21.48% from 255) = 12.86%
R=26.90%
G=60.24%
B=12.86%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal113253540.5500.790.01102.2198.0360.2
Hex71FD363704F166623c
Octal16137566670117114614274
Binary11100011111110111011011011101001111111001101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71FD36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71FD36; }

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

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

<style>
 a { background-color: #71FD36; }

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

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

<style>
 span { border-color: #71FD36; }

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

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