#38F604

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

Shades of Harlequin #38F604

Tints of Harlequin #38F604

Color information

#38F604 (or 0x38F604) is unknown color: approx Harlequin. HEX triplet: 38, F6 and 04. RGB value is (56,246,4). Sum of RGB (Red+Green+Blue) = 56+246+4=306 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.30% from 306); Green value is 246 (96.48% from 255 or 80.39% from 306); Blue value is 4 (1.95% from 255 or 1.31% from 306); Max value from RGB is 246 - color contains mainly: green. Hex color #38F604 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #38F604 is #C709FB. Grayscale: #A2A2A2. Windows color (decimal): -13044220 or 325176. OLE color: 325176.

HSL color Cylindrical-coordinate representation of color #38F604: hue angle of 107.11º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #38F604 is Cyan = 0.77, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB562464-
CMYK0.7700.980.04
HSL107.11º96.8%49.02%-
HSV(B)107.11º98.37%96.47%-
XYZ34.6166.7611.18-
YUV161.639.0552.68-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.30%
GREEN value IS 246 (96.48% from 255) = 80.39%
BLUE value IS 4 (1.95% from 255) = 1.31%
R=18.30%
G=80.39%
B=1.31%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal5624640.7700.980.04107.1196.849.02
Hex38F644D06246b6131
Octal7036641150142415314161
Binary1110001111011010010011010110001010011010111100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38F604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,246,4); }

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

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

 a { background-color: rgb(56,246,4); }

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

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

 span { border-color: rgb(56,246,4); }

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