Html Css Color HEX #3DF501 Harlequin

📋 copy color: '#3DF501'

red 61 ◦ green 245 ◦ blue 1

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

Shades of Harlequin #3DF501

Tints of Harlequin #3DF501

RGB

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

 GREEN value IS 245 (96.09% from 255) = 79.8%

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

R = 19.87%
G = 79.8%
B = 0.33%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#3DF501 (or 0x3DF501) is known color: Harlequin. HEX triplet: 3D, F5 and 01. RGB value is (61,245,1). Sum of RGB (Red+Green+Blue) = 61+245+1=307 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.87% from 307); Green value is 245 (96.09% from 255 or 79.80% from 307); Blue value is 1 (0.78% from 255 or 0.33% from 307); Max value from RGB is 245 - color contains mainly: green. Hex color #3DF501 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DF501 is #C20AFE. Grayscale: #A2A2A2. Windows color (decimal): -12716799 or 128317. OLE color: 128317.

HSL color Cylindrical-coordinate representation of color #3DF501: hue angle of 105.25º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3DF501 is Cyan = 0.75, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.04.

Color convert

RGB 61 245 1 -
CMYK 0.75 0 1.00 0.04
HSL 105.25º 0.99% 0.48% -
HSV(B) 105.25º 1% 0.96% -
XYZ 34.58 66.3 11 -
YUV 162.17 37.04 55.84 -
System Red Green Blue C M Y K H S L
Decimal 61 245 1 0.75 0 1.00 0.04 105.25 0.99 0.48
Hex 3D F5 1 4B 0 64 4 69 63 30
Octal 75 365 1 113 0 144 4 151 143 60
Binary 111101 11110101 1 1001011 0 1100100 100 1101001 1100011 110000

Color Harmonies of #3DF501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DF501

Black with #3DF501

Text Example


Text Example

White with #3DF501

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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