Html Css Color HEX #38DB09 Harlequin

📋 copy color: '#38DB09'

red 56 ◦ green 219 ◦ blue 9

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

Shades of Harlequin #38DB09

Tints of Harlequin #38DB09

RGB

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

 GREEN value IS 219 (85.94% from 255) = 77.11%

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

R = 19.72%
G = 77.11%
B = 3.17%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#38DB09 (or 0x38DB09) is known color: Harlequin. HEX triplet: 38, DB and 09. RGB value is (56,219,9). Sum of RGB (Red+Green+Blue) = 56+219+9=284 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.72% from 284); Green value is 219 (85.94% from 255 or 77.11% from 284); Blue value is 9 (3.91% from 255 or 3.17% from 284); Max value from RGB is 219 - color contains mainly: green. Hex color #38DB09 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38DB09 is #C724F6. Grayscale: #939393. Windows color (decimal): -13051127 or 645944. OLE color: 645944.

HSL color Cylindrical-coordinate representation of color #38DB09: hue angle of 106.57º 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 #38DB09 is Cyan = 0.74, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.

Color convert

RGB 56 219 9 -
CMYK 0.74 0 0.96 0.14
HSL 106.57º 0.92% 0.45% -
HSV(B) 106.57º 0.96% 0.86% -
XYZ 27.01 51.52 8.78 -
YUV 146.32 50.5 63.58 -
System Red Green Blue C M Y K H S L
Decimal 56 219 9 0.74 0 0.96 0.14 106.57 0.92 0.45
Hex 38 DB 9 4A 0 60 E 6B 5C 2D
Octal 70 333 11 112 0 140 16 153 134 55
Binary 111000 11011011 1001 1001010 0 1100000 1110 1101011 1011100 101101

Color Harmonies of #38DB09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DB09

Black with #38DB09

Text Example


Text Example

White with #38DB09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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