#38F75D

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

Shades of Screamin' Green #38F75D

Tints of Screamin' Green #38F75D

Color information

#38F75D (or 0x38F75D) is unknown color: approx Screamin' Green. HEX triplet: 38, F7 and 5D. RGB value is (56,247,93). Sum of RGB (Red+Green+Blue) = 56+247+93=396 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.14% from 396); Green value is 247 (96.88% from 255 or 62.37% from 396); Blue value is 93 (36.72% from 255 or 23.48% from 396); Max value from RGB is 247 - color contains mainly: green. Hex color #38F75D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38F75D is #C708A2. Grayscale: #ACACAC. Windows color (decimal): -13043875 or 6158136. OLE color: 6158136.

HSL color Cylindrical-coordinate representation of color #38F75D: hue angle of 131.62º 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 #38F75D is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB5624793-
CMYK0.7700.620.03
HSL131.62º92.27%59.41%-
HSV(B)131.62º77.33%96.86%-
XYZ36.8768.1521.57-
YUV172.3483.2245.02-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.14%
GREEN value IS 247 (96.88% from 255) = 62.37%
BLUE value IS 93 (36.72% from 255) = 23.48%
R=14.14%
G=62.37%
B=23.48%

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
Decimal56247930.7700.620.03131.6292.2759.41
Hex38F75D4D03E3845c3b
Octal70367135115076320413473
Binary1110001111011110111011001101011111011100001001011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38F75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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