#38E115

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

Shades of Harlequin #38E115

Tints of Harlequin #38E115

Color information

#38E115 (or 0x38E115) is unknown color: approx Harlequin. HEX triplet: 38, E1 and 15. RGB value is (56,225,21). Sum of RGB (Red+Green+Blue) = 56+225+21=302 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.54% from 302); Green value is 225 (88.28% from 255 or 74.50% from 302); Blue value is 21 (8.59% from 255 or 6.95% from 302); Max value from RGB is 225 - color contains mainly: green. Hex color #38E115 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38E115 is #C71EEA. Grayscale: #979797. Windows color (decimal): -13049579 or 1433912. OLE color: 1433912.

HSL color Cylindrical-coordinate representation of color #38E115: hue angle of 109.71º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #38E115 is Cyan = 0.75, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB5622521-
CMYK0.7500.910.12
HSL109.71º82.93%48.24%-
HSV(B)109.71º90.67%88.24%-
XYZ28.6954.759.76-
YUV151.2154.5160.09-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.54%
GREEN value IS 225 (88.28% from 255) = 74.50%
BLUE value IS 21 (8.59% from 255) = 6.95%
R=18.54%
G=74.50%
B=6.95%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal56225210.7500.910.12109.7182.9348.24
Hex38E1154B05BC6e5330
Octal703412511301331415612360
Binary1110001110000110101100101101011011110011011101010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38E115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,225,21); }

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

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

 a { background-color: rgb(56,225,21); }

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

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

 span { border-color: rgb(56,225,21); }

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