#38E504

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

Shades of Harlequin #38E504

Tints of Harlequin #38E504

Color information

#38E504 (or 0x38E504) is unknown color: approx Harlequin. HEX triplet: 38, E5 and 04. RGB value is (56,229,4). Sum of RGB (Red+Green+Blue) = 56+229+4=289 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.38% from 289); Green value is 229 (89.84% from 255 or 79.24% from 289); Blue value is 4 (1.95% from 255 or 1.38% from 289); Max value from RGB is 229 - color contains mainly: green. Hex color #38E504 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38E504 is #C71AFB. Grayscale: #989898. Windows color (decimal): -13048572 or 320824. OLE color: 320824.

HSL color Cylindrical-coordinate representation of color #38E504: hue angle of 106.13º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #38E504 is Cyan = 0.76, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.10.

Color convert

RGB562294-
CMYK0.7600.980.10
HSL106.13º96.57%45.69%-
HSV(B)106.13º98.25%89.8%-
XYZ29.6756.899.53-
YUV151.6244.6959.8-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.38%
GREEN value IS 229 (89.84% from 255) = 79.24%
BLUE value IS 4 (1.95% from 255) = 1.38%
R=19.38%
G=79.24%
B=1.38%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal5622940.7600.980.10106.1396.5745.69
Hex38E544C062A6a612e
Octal70345411401421215214156
Binary11100011100101100100110001100010101011010101100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38E504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,229,4); }

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

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

 a { background-color: rgb(56,229,4); }

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

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

 span { border-color: rgb(56,229,4); }

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