Html Css Color HEX #38DC0D Harlequin

📋 copy color: '#38DC0D'

red 56 ◦ green 220 ◦ blue 13

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

Shades of Harlequin #38DC0D

Tints of Harlequin #38DC0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.5%

R = 19.38%
G = 76.12%
B = 4.5%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#38DC0D (or 0x38DC0D) is known color: Harlequin. HEX triplet: 38, DC and 0D. RGB value is (56,220,13). Sum of RGB (Red+Green+Blue) = 56+220+13=289 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.38% from 289); Green value is 220 (86.33% from 255 or 76.12% from 289); Blue value is 13 (5.47% from 255 or 4.50% from 289); Max value from RGB is 220 - color contains mainly: green. Hex color #38DC0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38DC0D is #C723F2. Grayscale: #949494. Windows color (decimal): -13050867 or 908344. OLE color: 908344.

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

Color convert

RGB 56 220 13 -
CMYK 0.75 0 0.94 0.14
HSL 107.54º 0.89% 0.46% -
HSV(B) 107.54º 0.94% 0.86% -
XYZ 27.3 52.06 8.99 -
YUV 147.37 52.17 62.83 -
System Red Green Blue C M Y K H S L
Decimal 56 220 13 0.75 0 0.94 0.14 107.54 0.89 0.46
Hex 38 DC D 4B 0 5E E 6C 59 2E
Octal 70 334 15 113 0 136 16 154 131 56
Binary 111000 11011100 1101 1001011 0 1011110 1110 1101100 1011001 101110

Color Harmonies of #38DC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DC0D

Black with #38DC0D

Text Example


Text Example

White with #38DC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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