#38E803

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

Shades of Harlequin #38E803

Tints of Harlequin #38E803

Color information

#38E803 (or 0x38E803) is unknown color: approx Harlequin. HEX triplet: 38, E8 and 03. RGB value is (56,232,3). Sum of RGB (Red+Green+Blue) = 56+232+3=291 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.24% from 291); Green value is 232 (91.02% from 255 or 79.73% from 291); Blue value is 3 (1.56% from 255 or 1.03% from 291); Max value from RGB is 232 - color contains mainly: green. Hex color #38E803 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #38E803 is #C717FC. Grayscale: #9A9A9A. Windows color (decimal): -13047805 or 256056. OLE color: 256056.

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

Color convert

RGB562323-
CMYK0.7600.990.09
HSL106.11º97.45%46.08%-
HSV(B)106.11º98.71%90.98%-
XYZ30.558.569.78-
YUV153.2743.1958.62-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.24%
GREEN value IS 232 (91.02% from 255) = 79.73%
BLUE value IS 3 (1.56% from 255) = 1.03%
R=19.24%
G=79.73%
B=1.03%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal5623230.7600.990.09106.1197.4546.08
Hex38E834C06396a612e
Octal70350311401431115214156
Binary1110001110100011100110001100011100111010101100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38E803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,232,3); }

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

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

 a { background-color: rgb(56,232,3); }

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

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

 span { border-color: rgb(56,232,3); }

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