#38F455

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

Shades of Screamin' Green #38F455

Tints of Screamin' Green #38F455

Color information

#38F455 (or 0x38F455) is unknown color: approx Screamin' Green. HEX triplet: 38, F4 and 55. RGB value is (56,244,85). Sum of RGB (Red+Green+Blue) = 56+244+85=385 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.55% from 385); Green value is 244 (95.70% from 255 or 63.38% from 385); Blue value is 85 (33.59% from 255 or 22.08% from 385); Max value from RGB is 244 - color contains mainly: green. Hex color #38F455 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38F455 is #C70BAA. Grayscale: #AAAAAA. Windows color (decimal): -13044651 or 5633080. OLE color: 5633080.

HSL color Cylindrical-coordinate representation of color #38F455: hue angle of 129.26º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F455 is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.

Color convert

RGB5624485-
CMYK0.7700.650.04
HSL129.26º89.52%58.82%-
HSV(B)129.26º77.05%95.69%-
XYZ35.6266.219.49-
YUV169.6680.2246.93-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.55%
GREEN value IS 244 (95.70% from 255) = 63.38%
BLUE value IS 85 (33.59% from 255) = 22.08%
R=14.55%
G=63.38%
B=22.08%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal56244850.7700.650.04129.2689.5258.82
Hex38F4554D0414815a3b
Octal703641251150101420113273
Binary111000111101001010101100110101000001100100000011011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38F455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,244,85); }

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

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

 a { background-color: rgb(56,244,85); }

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

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

 span { border-color: rgb(56,244,85); }

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