#5CF148

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

Shades of Screamin' Green #5CF148

Tints of Screamin' Green #5CF148

Color information

#5CF148 (or 0x5CF148) is unknown color: approx Screamin' Green. HEX triplet: 5C, F1 and 48. RGB value is (92,241,72). Sum of RGB (Red+Green+Blue) = 92+241+72=405 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.72% from 405); Green value is 241 (94.53% from 255 or 59.51% from 405); Blue value is 72 (28.52% from 255 or 17.78% from 405); Max value from RGB is 241 - color contains mainly: green. Hex color #5CF148 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5CF148 is #A30EB7. Grayscale: #B1B1B1. Windows color (decimal): -10686136 or 4780380. OLE color: 4780380.

HSL color Cylindrical-coordinate representation of color #5CF148: hue angle of 112.9º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5CF148 is Cyan = 0.62, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB9224172-
CMYK0.6200.700.05
HSL112.9º85.79%61.37%-
HSV(B)112.9º70.12%94.51%-
XYZ37.0465.6516.85-
YUV177.1868.6467.24-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 22.72%
GREEN value IS 241 (94.53% from 255) = 59.51%
BLUE value IS 72 (28.52% from 255) = 17.78%
R=22.72%
G=59.51%
B=17.78%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal92241720.6200.700.05112.985.7961.37
Hex5CF1483E046571563d
Octal134361110760106516112675
Binary10111001111000110010001111100100011010111100011010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CF148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5CF148; }

 p { color: rgb(92,241,72); }

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

<style>
 a { background-color: #5CF148; }

 a { background-color: rgb(92,241,72); }

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

<style>
 span { border-color: #5CF148; }

 span { border-color: rgb(92,241,72); }

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