Html Css Color HEX #3AFD01 Harlequin

📋 copy color: '#3AFD01'

red 58 ◦ green 253 ◦ blue 1

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

Shades of Harlequin #3AFD01

Tints of Harlequin #3AFD01

RGB

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

 GREEN value IS 253 (99.22% from 255) = 81.09%

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

R = 18.59%
G = 81.09%
B = 0.32%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#3AFD01 (or 0x3AFD01) is known color: Harlequin. HEX triplet: 3A, FD and 01. RGB value is (58,253,1). Sum of RGB (Red+Green+Blue) = 58+253+1=312 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.59% from 312); Green value is 253 (99.22% from 255 or 81.09% from 312); Blue value is 1 (0.78% from 255 or 0.32% from 312); Max value from RGB is 253 - color contains mainly: green. Hex color #3AFD01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AFD01 is #C502FE. Grayscale: #A6A6A6. Windows color (decimal): -12911359 or 130362. OLE color: 130362.

HSL color Cylindrical-coordinate representation of color #3AFD01: hue angle of 106.43º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3AFD01 is Cyan = 0.77, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.01.

Color convert

RGB 58 253 1 -
CMYK 0.77 0 1.00 0.01
HSL 106.43º 0.99% 0.5% -
HSV(B) 106.43º 1% 0.99% -
XYZ 36.88 71.15 11.82 -
YUV 165.97 34.9 50.99 -
System Red Green Blue C M Y K H S L
Decimal 58 253 1 0.77 0 1.00 0.01 106.43 0.99 0.5
Hex 3A FD 1 4D 0 64 1 6A 63 32
Octal 72 375 1 115 0 144 1 152 143 62
Binary 111010 11111101 1 1001101 0 1100100 1 1101010 1100011 110010

Color Harmonies of #3AFD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFD01

Black with #3AFD01

Text Example


Text Example

White with #3AFD01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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