Html Css Color HEX #38DC09 Harlequin

📋 copy color: '#38DC09'

red 56 ◦ green 220 ◦ blue 9

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

Shades of Harlequin #38DC09

Tints of Harlequin #38DC09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.16%

R = 19.65%
G = 77.19%
B = 3.16%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#38DC09 (or 0x38DC09) is known color: Harlequin. HEX triplet: 38, DC and 09. RGB value is (56,220,9). Sum of RGB (Red+Green+Blue) = 56+220+9=285 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.65% from 285); Green value is 220 (86.33% from 255 or 77.19% from 285); Blue value is 9 (3.91% from 255 or 3.16% from 285); Max value from RGB is 220 - color contains mainly: green. Hex color #38DC09 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38DC09 is #C723F6. Grayscale: #939393. Windows color (decimal): -13050871 or 646200. OLE color: 646200.

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

Color convert

RGB 56 220 9 -
CMYK 0.75 0 0.96 0.14
HSL 106.64º 0.92% 0.45% -
HSV(B) 106.64º 0.96% 0.86% -
XYZ 27.27 52.05 8.87 -
YUV 146.91 50.17 63.16 -
System Red Green Blue C M Y K H S L
Decimal 56 220 9 0.75 0 0.96 0.14 106.64 0.92 0.45
Hex 38 DC 9 4B 0 60 E 6B 5C 2D
Octal 70 334 11 113 0 140 16 153 134 55
Binary 111000 11011100 1001 1001011 0 1100000 1110 1101011 1011100 101101

Color Harmonies of #38DC09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DC09

Black with #38DC09

Text Example


Text Example

White with #38DC09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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