#38E30A

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

Shades of Harlequin #38E30A

Tints of Harlequin #38E30A

Color information

#38E30A (or 0x38E30A) is unknown color: approx Harlequin. HEX triplet: 38, E3 and 0A. RGB value is (56,227,10). Sum of RGB (Red+Green+Blue) = 56+227+10=293 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.11% from 293); Green value is 227 (89.06% from 255 or 77.47% from 293); Blue value is 10 (4.30% from 255 or 3.41% from 293); Max value from RGB is 227 - color contains mainly: green. Hex color #38E30A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38E30A is #C71CF5. Grayscale: #979797. Windows color (decimal): -13049078 or 713528. OLE color: 713528.

HSL color Cylindrical-coordinate representation of color #38E30A: hue angle of 107.28º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #38E30A is Cyan = 0.75, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.

Color convert

RGB5622710-
CMYK0.7500.960.11
HSL107.28º91.56%46.47%-
HSV(B)107.28º95.59%89.02%-
XYZ29.1555.89.52-
YUV151.1348.3560.14-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.11%
GREEN value IS 227 (89.06% from 255) = 77.47%
BLUE value IS 10 (4.30% from 255) = 3.41%
R=19.11%
G=77.47%
B=3.41%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal56227100.7500.960.11107.2891.5646.47
Hex38E3A4B060B6b5c2e
Octal703431211301401315313456
Binary111000111000111010100101101100000101111010111011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38E30A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,227,10); }

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

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

 a { background-color: rgb(56,227,10); }

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

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

 span { border-color: rgb(56,227,10); }

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