#38FC52

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

Shades of Screamin' Green #38FC52

Tints of Screamin' Green #38FC52

Color information

#38FC52 (or 0x38FC52) is unknown color: approx Screamin' Green. HEX triplet: 38, FC and 52. RGB value is (56,252,82). Sum of RGB (Red+Green+Blue) = 56+252+82=390 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.36% from 390); Green value is 252 (98.83% from 255 or 64.62% from 390); Blue value is 82 (32.42% from 255 or 21.03% from 390); Max value from RGB is 252 - color contains mainly: green. Hex color #38FC52 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38FC52 is #C703AD. Grayscale: #AEAEAE. Windows color (decimal): -13042606 or 5438520. OLE color: 5438520.

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

Color convert

RGB5625282-
CMYK0.7800.670.01
HSL127.96º97.03%60.39%-
HSV(B)127.96º77.78%98.82%-
XYZ37.9671.0719.7-
YUV174.0276.0743.82-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.36%
GREEN value IS 252 (98.83% from 255) = 64.62%
BLUE value IS 82 (32.42% from 255) = 21.03%
R=14.36%
G=64.62%
B=21.03%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal56252820.7800.670.01127.9697.0360.39
Hex38FC524E043180613c
Octal703741221160103120014174
Binary1110001111110010100101001110010000111100000001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38FC52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,252,82); }

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

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

 a { background-color: rgb(56,252,82); }

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

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

 span { border-color: rgb(56,252,82); }

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