#38FD72

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

Shades of Screamin' Green #38FD72

Tints of Screamin' Green #38FD72

Color information

#38FD72 (or 0x38FD72) is unknown color: approx Screamin' Green. HEX triplet: 38, FD and 72. RGB value is (56,253,114). Sum of RGB (Red+Green+Blue) = 56+253+114=423 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.24% from 423); Green value is 253 (99.22% from 255 or 59.81% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 253 - color contains mainly: green. Hex color #38FD72 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38FD72 is #C7028D. Grayscale: #B2B2B2. Windows color (decimal): -13042318 or 7535928. OLE color: 7535928.

HSL color Cylindrical-coordinate representation of color #38FD72: hue angle of 137.66º 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 #38FD72 is Cyan = 0.78, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB56253114-
CMYK0.7800.550.01
HSL137.66º98.01%60.59%-
HSV(B)137.66º77.87%99.22%-
XYZ39.7972.3127.78-
YUV178.2591.7340.8-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.24%
GREEN value IS 253 (99.22% from 255) = 59.81%
BLUE value IS 114 (44.92% from 255) = 26.95%
R=13.24%
G=59.81%
B=26.95%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal562531140.7800.550.01137.6698.0160.59
Hex38FD724E03718a623d
Octal70375162116067121214275
Binary111000111111011110010100111001101111100010101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38FD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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