Html Css Color HEX #38E500 Harlequin

📋 copy color: '#38E500'

red 56 ◦ green 229 ◦ blue 0

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

Shades of Harlequin #38E500

Tints of Harlequin #38E500

RGB

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

 GREEN value IS 229 (89.84% from 255) = 80.35%

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

R = 19.65%
G = 80.35%
B = 0%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 1

 K value IS 0.10

RGB Variations

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

Color information

#38E500 (or 0x38E500) is known color: Harlequin. HEX triplet: 38, E5 and 00. RGB value is (56,229,0). Sum of RGB (Red+Green+Blue) = 56+229+0=285 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.65% from 285); Green value is 229 (89.84% from 255 or 80.35% from 285); Blue value is 0 (0.39% from 255 or 0% from 285); Max value from RGB is 229 - color contains mainly: green. Hex color #38E500 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38E500 is #C71AFF. Grayscale: #979797. Windows color (decimal): -13048576 or 58680. OLE color: 58680.

HSL color Cylindrical-coordinate representation of color #38E500: hue angle of 105.33º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #38E500 is Cyan = 0.76, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.10.

Color convert

RGB 56 229 0 -
CMYK 0.76 0 1 0.10
HSL 105.33º 1% 0.45% -
HSV(B) 105.33º 1% 0.9% -
XYZ 29.65 56.88 9.42 -
YUV 151.17 42.69 60.12 -
System Red Green Blue C M Y K H S L
Decimal 56 229 0 0.76 0 1 0.10 105.33 1 0.45
Hex 38 E5 0 4C 0 64 A 69 64 2D
Octal 70 345 0 114 0 144 12 151 144 55
Binary 111000 11100101 0 1001100 0 1100100 1010 1101001 1100100 101101

Color Harmonies of #38E500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E500

Black with #38E500

Text Example


Text Example

White with #38E500

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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