Html Css Color HEX #38FE00 Harlequin

📋 copy color: '#38FE00'

red 56 ◦ green 254 ◦ blue 0

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

Shades of Harlequin #38FE00

Tints of Harlequin #38FE00

RGB

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

 GREEN value IS 254 (99.61% from 255) = 81.94%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 18.06%
G = 81.94%
B = 0%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 1

 K value IS 0.00

RGB Variations

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

Color information

#38FE00 (or 0x38FE00) is known color: Harlequin. HEX triplet: 38, FE and 00. RGB value is (56,254,0). Sum of RGB (Red+Green+Blue) = 56+254+0=310 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.06% from 310); Green value is 254 (99.61% from 255 or 81.94% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 254 - color contains mainly: green. Hex color #38FE00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #38FE00 is #C701FF. Grayscale: #A6A6A6. Windows color (decimal): -13042176 or 65080. OLE color: 65080.

HSL color Cylindrical-coordinate representation of color #38FE00: hue angle of 106.77º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #38FE00 is Cyan = 0.78, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.00.

Color convert

RGB 56 254 0 -
CMYK 0.78 0 1 0.00
HSL 106.77º 1% 0.5% -
HSV(B) 106.77º 1% 1% -
XYZ 37.07 71.72 11.89 -
YUV 165.84 34.4 49.65 -
System Red Green Blue C M Y K H S L
Decimal 56 254 0 0.78 0 1 0.00 106.77 1 0.5
Hex 38 FE 0 4E 0 64 0 6B 64 32
Octal 70 376 0 116 0 144 0 153 144 62
Binary 111000 11111110 0 1001110 0 1100100 0 1101011 1100100 110010

Color Harmonies of #38FE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38FE00

Black with #38FE00

Text Example


Text Example

White with #38FE00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,254,0); }

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

background-color css

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

 a { background-color: rgb(56,254,0); }

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

border-color css

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

 span { border-color: rgb(56,254,0); }

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