#3ADB01

Color #3ADB01 Harlequin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harlequin #3ADB01

Tints of Harlequin #3ADB01

Color information

#3ADB01 (or 0x3ADB01) is unknown color: approx Harlequin. HEX triplet: 3A, DB and 01. RGB value is (58,219,1). Sum of RGB (Red+Green+Blue) = 58+219+1=278 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.86% from 278); Green value is 219 (85.94% from 255 or 78.78% from 278); Blue value is 1 (0.78% from 255 or 0.36% from 278); Max value from RGB is 219 - color contains mainly: green. Hex color #3ADB01 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3ADB01 is #C524FE. Grayscale: #929292. Windows color (decimal): -12920063 or 121658. OLE color: 121658.

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

Color convert

RGB582191-
CMYK0.7401.000.14
HSL104.31º99.09%43.14%-
HSV(B)104.31º99.54%85.88%-
XYZ27.0851.568.55-
YUV146.0146.1665.23-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.86%
GREEN value IS 219 (85.94% from 255) = 78.78%
BLUE value IS 1 (0.78% from 255) = 0.36%
R=20.86%
G=78.78%
B=0.36%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal5821910.7401.000.14104.3199.0943.14
Hex3ADB14A064E68632b
Octal72333111201441615014353
Binary111010110110111100101001100100111011010001100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ADB01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3ADB01;
 }
 .AnyTagClassName
 {
   color: #3ADB01;
 }
</style>
background-color css

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

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

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

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

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

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