#38E90F

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

Shades of Harlequin #38E90F

Tints of Harlequin #38E90F

Color information

#38E90F (or 0x38E90F) is unknown color: approx Harlequin. HEX triplet: 38, E9 and 0F. RGB value is (56,233,15). Sum of RGB (Red+Green+Blue) = 56+233+15=304 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.42% from 304); Green value is 233 (91.41% from 255 or 76.64% from 304); Blue value is 15 (6.25% from 255 or 4.93% from 304); Max value from RGB is 233 - color contains mainly: green. Hex color #38E90F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #38E90F is #C716F0. Grayscale: #9B9B9B. Windows color (decimal): -13047537 or 1042744. OLE color: 1042744.

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

Color convert

RGB5623315-
CMYK0.7600.940.09
HSL108.72º87.9%48.63%-
HSV(B)108.72º93.56%91.37%-
XYZ30.8659.1510.24-
YUV155.2248.8657.23-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.42%
GREEN value IS 233 (91.41% from 255) = 76.64%
BLUE value IS 15 (6.25% from 255) = 4.93%
R=18.42%
G=76.64%
B=4.93%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal56233150.7600.940.09108.7287.948.63
Hex38E9F4C05E96d5831
Octal703511711401361115513061
Binary111000111010011111100110001011110100111011011011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38E90F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,233,15); }

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

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

 a { background-color: rgb(56,233,15); }

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

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

 span { border-color: rgb(56,233,15); }

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