#38E510

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

Shades of Harlequin #38E510

Tints of Harlequin #38E510

Color information

#38E510 (or 0x38E510) is unknown color: approx Harlequin. HEX triplet: 38, E5 and 10. RGB value is (56,229,16). Sum of RGB (Red+Green+Blue) = 56+229+16=301 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.60% from 301); Green value is 229 (89.84% from 255 or 76.08% from 301); Blue value is 16 (6.64% from 255 or 5.32% from 301); Max value from RGB is 229 - color contains mainly: green. Hex color #38E510 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38E510 is #C71AEF. Grayscale: #999999. Windows color (decimal): -13048560 or 1107256. OLE color: 1107256.

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

Color convert

RGB5622916-
CMYK0.7600.930.10
HSL108.73º86.94%48.04%-
HSV(B)108.73º93.01%89.8%-
XYZ29.7456.929.91-
YUV152.9950.6958.82-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.60%
GREEN value IS 229 (89.84% from 255) = 76.08%
BLUE value IS 16 (6.64% from 255) = 5.32%
R=18.60%
G=76.08%
B=5.32%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal56229160.7600.930.10108.7386.9448.04
Hex38E5104C05DA6d5730
Octal703452011401351215512760
Binary1110001110010110000100110001011101101011011011010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38E510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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