#38F118

Color #38F118 Harlequin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harlequin #38F118

Tints of Harlequin #38F118

Color information

#38F118 (or 0x38F118) is unknown color: approx Harlequin. HEX triplet: 38, F1 and 18. RGB value is (56,241,24). Sum of RGB (Red+Green+Blue) = 56+241+24=321 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.45% from 321); Green value is 241 (94.53% from 255 or 75.08% from 321); Blue value is 24 (9.77% from 255 or 7.48% from 321); Max value from RGB is 241 - color contains mainly: green. Hex color #38F118 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #38F118 is #C70EE7. Grayscale: #A1A1A1. Windows color (decimal): -13045480 or 1634616. OLE color: 1634616.

HSL color Cylindrical-coordinate representation of color #38F118: hue angle of 111.15º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #38F118 is Cyan = 0.77, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB5624124-
CMYK0.7700.900.05
HSL111.15º88.57%51.96%-
HSV(B)111.15º90.04%94.51%-
XYZ33.2563.8211.43-
YUV160.9550.7153.14-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.45%
GREEN value IS 241 (94.53% from 255) = 75.08%
BLUE value IS 24 (9.77% from 255) = 7.48%
R=17.45%
G=75.08%
B=7.48%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal56241240.7700.900.05111.1588.5751.96
Hex38F1184D05A56f5934
Octal70361301150132515713164
Binary111000111100011100010011010101101010111011111011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38F118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,241,24); }

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

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

 a { background-color: rgb(56,241,24); }

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

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

 span { border-color: rgb(56,241,24); }

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