Html Css Color HEX #39D701 Harlequin

📋 copy color: '#39D701'

red 57 ◦ green 215 ◦ blue 1

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

Shades of Harlequin #39D701

Tints of Harlequin #39D701

RGB

 RED value IS 57 (22.66% from 255) = 20.88%

 GREEN value IS 215 (84.38% from 255) = 78.75%

 BLUE value IS 1 (0.78% from 255) = 0.37%

R = 20.88%
G = 78.75%
B = 0.37%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#39D701 (or 0x39D701) is known color: Harlequin. HEX triplet: 39, D7 and 01. RGB value is (57,215,1). Sum of RGB (Red+Green+Blue) = 57+215+1=273 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.88% from 273); Green value is 215 (84.38% from 255 or 78.75% from 273); Blue value is 1 (0.78% from 255 or 0.37% from 273); Max value from RGB is 215 - color contains mainly: green. Hex color #39D701 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #39D701 is #C628FE. Grayscale: #909090. Windows color (decimal): -12986623 or 120633. OLE color: 120633.

HSL color Cylindrical-coordinate representation of color #39D701: hue angle of 104.3º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #39D701 is Cyan = 0.73, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.16.

Color convert

RGB 57 215 1 -
CMYK 0.73 0 1.00 0.16
HSL 104.3º 0.99% 0.42% -
HSV(B) 104.3º 1% 0.84% -
XYZ 25.99 49.47 8.21 -
YUV 143.36 47.65 66.4 -
System Red Green Blue C M Y K H S L
Decimal 57 215 1 0.73 0 1.00 0.16 104.3 0.99 0.42
Hex 39 D7 1 49 0 64 10 68 63 2A
Octal 71 327 1 111 0 144 20 150 143 52
Binary 111001 11010111 1 1001001 0 1100100 10000 1101000 1100011 101010

Color Harmonies of #39D701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39D701

Black with #39D701

Text Example


Text Example

White with #39D701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39D701; }

 p { color: rgb(57,215,1); }

 H1.HeaderClassName
 {
   color: #39D701;
 }
 .AnyTagClassName
 {
   color: #39D701;
 }
</style>

background-color css

<style>
 a { background-color: #39D701; }

 a { background-color: rgb(57,215,1); }

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

border-color css

<style>
 span { border-color: #39D701; }

 span { border-color: rgb(57,215,1); }

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