Html Css Color HEX #38F401 Harlequin

📋 copy color: '#38F401'

red 56 ◦ green 244 ◦ blue 1

#38F401
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harlequin #38F401

Tints of Harlequin #38F401

RGB

 RED value IS 56 (22.27% from 255) = 18.6%

 GREEN value IS 244 (95.7% from 255) = 81.06%

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 18.6%
G = 81.06%
B = 0.33%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#38F401 (or 0x38F401) is known color: Harlequin. HEX triplet: 38, F4 and 01. RGB value is (56,244,1). Sum of RGB (Red+Green+Blue) = 56+244+1=301 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.60% from 301); Green value is 244 (95.70% from 255 or 81.06% from 301); Blue value is 1 (0.78% from 255 or 0.33% from 301); Max value from RGB is 244 - color contains mainly: green. Hex color #38F401 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #38F401 is #C70BFE. Grayscale: #A0A0A0. Windows color (decimal): -13044735 or 128056. OLE color: 128056.

HSL color Cylindrical-coordinate representation of color #38F401: hue angle of 106.42º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #38F401 is Cyan = 0.77, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.04.

Color convert

RGB 56 244 1 -
CMYK 0.77 0 1.00 0.04
HSL 106.42º 0.99% 0.48% -
HSV(B) 106.42º 1% 0.96% -
XYZ 33.99 65.54 10.89 -
YUV 160.09 38.22 53.76 -
System Red Green Blue C M Y K H S L
Decimal 56 244 1 0.77 0 1.00 0.04 106.42 0.99 0.48
Hex 38 F4 1 4D 0 64 4 6A 63 30
Octal 70 364 1 115 0 144 4 152 143 60
Binary 111000 11110100 1 1001101 0 1100100 100 1101010 1100011 110000

Color Harmonies of #38F401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F401

Black with #38F401

Text Example


Text Example

White with #38F401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,244,1); }

 H1.HeaderClassName
 {
   color: #38F401;
 }
 .AnyTagClassName
 {
   color: #38F401;
 }
</style>

background-color css

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

 a { background-color: rgb(56,244,1); }

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

border-color css

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

 span { border-color: rgb(56,244,1); }

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