#38FD5F

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

Shades of Screamin' Green #38FD5F

Tints of Screamin' Green #38FD5F

Color information

#38FD5F (or 0x38FD5F) is unknown color: approx Screamin' Green. HEX triplet: 38, FD and 5F. RGB value is (56,253,95). Sum of RGB (Red+Green+Blue) = 56+253+95=404 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.86% from 404); Green value is 253 (99.22% from 255 or 62.62% from 404); Blue value is 95 (37.5% from 255 or 23.51% from 404); Max value from RGB is 253 - color contains mainly: green. Hex color #38FD5F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38FD5F is #C702A0. Grayscale: #B0B0B0. Windows color (decimal): -13042337 or 6290744. OLE color: 6290744.

HSL color Cylindrical-coordinate representation of color #38FD5F: hue angle of 131.88º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38FD5F is Cyan = 0.78, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB5625395-
CMYK0.7800.620.01
HSL131.88º98.01%60.59%-
HSV(B)131.88º77.87%99.22%-
XYZ38.8271.9222.66-
YUV176.0882.2342.35-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.86%
GREEN value IS 253 (99.22% from 255) = 62.62%
BLUE value IS 95 (37.5% from 255) = 23.51%
R=13.86%
G=62.62%
B=23.51%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal56253950.7800.620.01131.8898.0160.59
Hex38FD5F4E03E184623d
Octal70375137116076120414275
Binary111000111111011011111100111001111101100001001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38FD5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,253,95); }

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

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

 a { background-color: rgb(56,253,95); }

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

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

 span { border-color: rgb(56,253,95); }

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