#38FA52

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

Shades of Screamin' Green #38FA52

Tints of Screamin' Green #38FA52

Color information

#38FA52 (or 0x38FA52) is unknown color: approx Screamin' Green. HEX triplet: 38, FA and 52. RGB value is (56,250,82). Sum of RGB (Red+Green+Blue) = 56+250+82=388 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.43% from 388); Green value is 250 (98.05% from 255 or 64.43% from 388); Blue value is 82 (32.42% from 255 or 21.13% from 388); Max value from RGB is 250 - color contains mainly: green. Hex color #38FA52 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38FA52 is #C705AD. Grayscale: #ADADAD. Windows color (decimal): -13043118 or 5438008. OLE color: 5438008.

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

Color convert

RGB5625082-
CMYK0.7800.670.02
HSL128.04º95.1%60%-
HSV(B)128.04º77.6%98.04%-
XYZ37.3469.8219.49-
YUV172.8476.7344.66-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.43%
GREEN value IS 250 (98.05% from 255) = 64.43%
BLUE value IS 82 (32.42% from 255) = 21.13%
R=14.43%
G=64.43%
B=21.13%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal56250820.7800.670.02128.0495.160
Hex38FA524E0432805f3c
Octal703721221160103220013774
Binary11100011111010101001010011100100001110100000001011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38FA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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