Html Css Color HEX #3DFD01 Harlequin

📋 copy color: '#3DFD01'

red 61 ◦ green 253 ◦ blue 1

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

Shades of Harlequin #3DFD01

Tints of Harlequin #3DFD01

RGB

 RED value IS 61 (24.22% from 255) = 19.37%

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

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

R = 19.37%
G = 80.32%
B = 0.32%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#3DFD01 (or 0x3DFD01) is known color: Harlequin. HEX triplet: 3D, FD and 01. RGB value is (61,253,1). Sum of RGB (Red+Green+Blue) = 61+253+1=315 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.37% from 315); Green value is 253 (99.22% from 255 or 80.32% from 315); Blue value is 1 (0.78% from 255 or 0.32% from 315); Max value from RGB is 253 - color contains mainly: green. Hex color #3DFD01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DFD01 is #C202FE. Grayscale: #A7A7A7. Windows color (decimal): -12714751 or 130365. OLE color: 130365.

HSL color Cylindrical-coordinate representation of color #3DFD01: hue angle of 105.71º 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 #3DFD01 is Cyan = 0.76, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.01.

Color convert

RGB 61 253 1 -
CMYK 0.76 0 1.00 0.01
HSL 105.71º 0.99% 0.5% -
HSV(B) 105.71º 1% 0.99% -
XYZ 37.06 71.24 11.83 -
YUV 166.86 34.39 52.49 -
System Red Green Blue C M Y K H S L
Decimal 61 253 1 0.76 0 1.00 0.01 105.71 0.99 0.5
Hex 3D FD 1 4C 0 64 1 6A 63 32
Octal 75 375 1 114 0 144 1 152 143 62
Binary 111101 11111101 1 1001100 0 1100100 1 1101010 1100011 110010

Color Harmonies of #3DFD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DFD01

Black with #3DFD01

Text Example


Text Example

White with #3DFD01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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