Html Css Color HEX #37DC05 Harlequin

📋 copy color: '#37DC05'

red 55 ◦ green 220 ◦ blue 5

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

Shades of Harlequin #37DC05

Tints of Harlequin #37DC05

RGB

 RED value IS 55 (21.88% from 255) = 19.64%

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

 BLUE value IS 5 (2.34% from 255) = 1.79%

R = 19.64%
G = 78.57%
B = 1.79%

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

#37DC05 (or 0x37DC05) is known color: Harlequin. HEX triplet: 37, DC and 05. RGB value is (55,220,5). Sum of RGB (Red+Green+Blue) = 55+220+5=280 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.64% from 280); Green value is 220 (86.33% from 255 or 78.57% from 280); Blue value is 5 (2.34% from 255 or 1.79% from 280); Max value from RGB is 220 - color contains mainly: green. Hex color #37DC05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #37DC05 is #C823FA. Grayscale: #929292. Windows color (decimal): -13116411 or 384055. OLE color: 384055.

HSL color Cylindrical-coordinate representation of color #37DC05: hue angle of 106.05º 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 #37DC05 is Cyan = 0.75, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.

Color convert

RGB 55 220 5 -
CMYK 0.75 0 0.98 0.14
HSL 106.05º 0.96% 0.44% -
HSV(B) 106.05º 0.98% 0.86% -
XYZ 27.2 52.01 8.75 -
YUV 146.16 48.34 62.98 -
System Red Green Blue C M Y K H S L
Decimal 55 220 5 0.75 0 0.98 0.14 106.05 0.96 0.44
Hex 37 DC 5 4B 0 62 E 6A 60 2C
Octal 67 334 5 113 0 142 16 152 140 54
Binary 110111 11011100 101 1001011 0 1100010 1110 1101010 1100000 101100

Color Harmonies of #37DC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DC05

Black with #37DC05

Text Example


Text Example

White with #37DC05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37DC05; }

 p { color: rgb(55,220,5); }

 H1.HeaderClassName
 {
   color: #37DC05;
 }
 .AnyTagClassName
 {
   color: #37DC05;
 }
</style>

background-color css

<style>
 a { background-color: #37DC05; }

 a { background-color: rgb(55,220,5); }

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

border-color css

<style>
 span { border-color: #37DC05; }

 span { border-color: rgb(55,220,5); }

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