Html Css Color HEX #38DC00 Harlequin

📋 copy color: '#38DC00'

red 56 ◦ green 220 ◦ blue 0

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

Shades of Harlequin #38DC00

Tints of Harlequin #38DC00

RGB

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

 GREEN value IS 220 (86.33% from 255) = 79.71%

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

R = 20.29%
G = 79.71%
B = 0%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#38DC00 (or 0x38DC00) is known color: Harlequin. HEX triplet: 38, DC and 00. RGB value is (56,220,0). Sum of RGB (Red+Green+Blue) = 56+220+0=276 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.29% from 276); Green value is 220 (86.33% from 255 or 79.71% from 276); Blue value is 0 (0.39% from 255 or 0% from 276); Max value from RGB is 220 - color contains mainly: green. Hex color #38DC00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38DC00 is #C723FF. Grayscale: #929292. Windows color (decimal): -13050880 or 56376. OLE color: 56376.

HSL color Cylindrical-coordinate representation of color #38DC00: hue angle of 104.73º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #38DC00 is Cyan = 0.75, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.14.

Color convert

RGB 56 220 0 -
CMYK 0.75 0 1 0.14
HSL 104.73º 1% 0.43% -
HSV(B) 104.73º 1% 0.86% -
XYZ 27.22 52.03 8.61 -
YUV 145.88 45.67 63.89 -
System Red Green Blue C M Y K H S L
Decimal 56 220 0 0.75 0 1 0.14 104.73 1 0.43
Hex 38 DC 0 4B 0 64 E 69 64 2B
Octal 70 334 0 113 0 144 16 151 144 53
Binary 111000 11011100 0 1001011 0 1100100 1110 1101001 1100100 101011

Color Harmonies of #38DC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DC00

Black with #38DC00

Text Example


Text Example

White with #38DC00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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