#38F75E

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

Shades of Screamin' Green #38F75E

Tints of Screamin' Green #38F75E

Color information

#38F75E (or 0x38F75E) is unknown color: approx Screamin' Green. HEX triplet: 38, F7 and 5E. RGB value is (56,247,94). Sum of RGB (Red+Green+Blue) = 56+247+94=397 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.11% from 397); Green value is 247 (96.88% from 255 or 62.22% from 397); Blue value is 94 (37.11% from 255 or 23.68% from 397); Max value from RGB is 247 - color contains mainly: green. Hex color #38F75E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38F75E is #C708A1. Grayscale: #ACACAC. Windows color (decimal): -13043874 or 6223672. OLE color: 6223672.

HSL color Cylindrical-coordinate representation of color #38F75E: hue angle of 131.94º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F75E is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB5624794-
CMYK0.7700.620.03
HSL131.94º92.27%59.41%-
HSV(B)131.94º77.33%96.86%-
XYZ36.9168.1721.8-
YUV172.4583.7244.94-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.11%
GREEN value IS 247 (96.88% from 255) = 62.22%
BLUE value IS 94 (37.11% from 255) = 23.68%
R=14.11%
G=62.22%
B=23.68%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal56247940.7700.620.03131.9492.2759.41
Hex38F75E4D03E3845c3b
Octal70367136115076320413473
Binary1110001111011110111101001101011111011100001001011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38F75E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38F75E; }

 p { color: rgb(56,247,94); }

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

<style>
 a { background-color: #38F75E; }

 a { background-color: rgb(56,247,94); }

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

<style>
 span { border-color: #38F75E; }

 span { border-color: rgb(56,247,94); }

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