#38E70C

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

Shades of Harlequin #38E70C

Tints of Harlequin #38E70C

Color information

#38E70C (or 0x38E70C) is unknown color: approx Harlequin. HEX triplet: 38, E7 and 0C. RGB value is (56,231,12). Sum of RGB (Red+Green+Blue) = 56+231+12=299 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.73% from 299); Green value is 231 (90.62% from 255 or 77.26% from 299); Blue value is 12 (5.08% from 255 or 4.01% from 299); Max value from RGB is 231 - color contains mainly: green. Hex color #38E70C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #38E70C is #C718F3. Grayscale: #9A9A9A. Windows color (decimal): -13048052 or 845624. OLE color: 845624.

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

Color convert

RGB5623112-
CMYK0.7600.950.09
HSL107.95º90.12%47.65%-
HSV(B)107.95º94.81%90.59%-
XYZ30.2758.029.95-
YUV153.7148.0258.31-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.73%
GREEN value IS 231 (90.62% from 255) = 77.26%
BLUE value IS 12 (5.08% from 255) = 4.01%
R=18.73%
G=77.26%
B=4.01%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal56231120.7600.950.09107.9590.1247.65
Hex38E7C4C05F96c5a30
Octal703471411401371115413260
Binary111000111001111100100110001011111100111011001011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38E70C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,231,12); }

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

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

 a { background-color: rgb(56,231,12); }

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

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

 span { border-color: rgb(56,231,12); }

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