Html Css Color HEX #3AD801 Harlequin

📋 copy color: '#3AD801'

red 58 ◦ green 216 ◦ blue 1

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

Shades of Harlequin #3AD801

Tints of Harlequin #3AD801

RGB

 RED value IS 58 (23.05% from 255) = 21.09%

 GREEN value IS 216 (84.77% from 255) = 78.55%

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

R = 21.09%
G = 78.55%
B = 0.36%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#3AD801 (or 0x3AD801) is known color: Harlequin. HEX triplet: 3A, D8 and 01. RGB value is (58,216,1). Sum of RGB (Red+Green+Blue) = 58+216+1=275 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.09% from 275); Green value is 216 (84.77% from 255 or 78.55% from 275); Blue value is 1 (0.78% from 255 or 0.36% from 275); Max value from RGB is 216 - color contains mainly: green. Hex color #3AD801 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AD801 is #C527FE. Grayscale: #909090. Windows color (decimal): -12920831 or 120890. OLE color: 120890.

HSL color Cylindrical-coordinate representation of color #3AD801: hue angle of 104.09º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3AD801 is Cyan = 0.73, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.15.

Color convert

RGB 58 216 1 -
CMYK 0.73 0 1.00 0.15
HSL 104.09º 0.99% 0.43% -
HSV(B) 104.09º 1% 0.85% -
XYZ 26.31 50.01 8.3 -
YUV 144.25 47.15 66.48 -
System Red Green Blue C M Y K H S L
Decimal 58 216 1 0.73 0 1.00 0.15 104.09 0.99 0.43
Hex 3A D8 1 49 0 64 F 68 63 2B
Octal 72 330 1 111 0 144 17 150 143 53
Binary 111010 11011000 1 1001001 0 1100100 1111 1101000 1100011 101011

Color Harmonies of #3AD801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD801

Black with #3AD801

Text Example


Text Example

White with #3AD801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3AD801; }

 p { color: rgb(58,216,1); }

 H1.HeaderClassName
 {
   color: #3AD801;
 }
 .AnyTagClassName
 {
   color: #3AD801;
 }
</style>

background-color css

<style>
 a { background-color: #3AD801; }

 a { background-color: rgb(58,216,1); }

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

border-color css

<style>
 span { border-color: #3AD801; }

 span { border-color: rgb(58,216,1); }

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