Html Css Color HEX #38DC04 Harlequin

📋 copy color: '#38DC04'

red 56 ◦ green 220 ◦ blue 4

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

Shades of Harlequin #38DC04

Tints of Harlequin #38DC04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.43%

R = 20%
G = 78.57%
B = 1.43%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#38DC04 (or 0x38DC04) is known color: Harlequin. HEX triplet: 38, DC and 04. RGB value is (56,220,4). Sum of RGB (Red+Green+Blue) = 56+220+4=280 (37% of max value = 765). Red value is 56 (22.27% from 255 or 20% from 280); Green value is 220 (86.33% from 255 or 78.57% from 280); Blue value is 4 (1.95% from 255 or 1.43% from 280); Max value from RGB is 220 - color contains mainly: green. Hex color #38DC04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38DC04 is #C723FB. Grayscale: #939393. Windows color (decimal): -13050876 or 318520. OLE color: 318520.

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

Color convert

RGB 56 220 4 -
CMYK 0.75 0 0.98 0.14
HSL 105.56º 0.96% 0.44% -
HSV(B) 105.56º 0.98% 0.86% -
XYZ 27.25 52.04 8.72 -
YUV 146.34 47.67 63.56 -
System Red Green Blue C M Y K H S L
Decimal 56 220 4 0.75 0 0.98 0.14 105.56 0.96 0.44
Hex 38 DC 4 4B 0 62 E 6A 60 2C
Octal 70 334 4 113 0 142 16 152 140 54
Binary 111000 11011100 100 1001011 0 1100010 1110 1101010 1100000 101100

Color Harmonies of #38DC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DC04

Black with #38DC04

Text Example


Text Example

White with #38DC04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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