#38F75C

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

Shades of Screamin' Green #38F75C

Tints of Screamin' Green #38F75C

Color information

#38F75C (or 0x38F75C) is unknown color: approx Screamin' Green. HEX triplet: 38, F7 and 5C. RGB value is (56,247,92). Sum of RGB (Red+Green+Blue) = 56+247+92=395 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.18% from 395); Green value is 247 (96.88% from 255 or 62.53% from 395); Blue value is 92 (36.33% from 255 or 23.29% from 395); Max value from RGB is 247 - color contains mainly: green. Hex color #38F75C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38F75C is #C708A3. Grayscale: #ACACAC. Windows color (decimal): -13043876 or 6092600. OLE color: 6092600.

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

Color convert

RGB5624792-
CMYK0.7700.630.03
HSL131.31º92.27%59.41%-
HSV(B)131.31º77.33%96.86%-
XYZ36.8268.1321.34-
YUV172.2282.7245.1-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.18%
GREEN value IS 247 (96.88% from 255) = 62.53%
BLUE value IS 92 (36.33% from 255) = 23.29%
R=14.18%
G=62.53%
B=23.29%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal56247920.7700.630.03131.3192.2759.41
Hex38F75C4D03F3835c3b
Octal70367134115077320313473
Binary1110001111011110111001001101011111111100000111011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38F75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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