Html Css Color HEX #3DF61F Harlequin

📋 copy color: '#3DF61F'

red 61 ◦ green 246 ◦ blue 31

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

Shades of Harlequin #3DF61F

Tints of Harlequin #3DF61F

RGB

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

 GREEN value IS 246 (96.48% from 255) = 72.78%

 BLUE value IS 31 (12.5% from 255) = 9.17%

R = 18.05%
G = 72.78%
B = 9.17%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#3DF61F (or 0x3DF61F) is known color: Harlequin. HEX triplet: 3D, F6 and 1F. RGB value is (61,246,31). Sum of RGB (Red+Green+Blue) = 61+246+31=338 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.05% from 338); Green value is 246 (96.48% from 255 or 72.78% from 338); Blue value is 31 (12.5% from 255 or 9.17% from 338); Max value from RGB is 246 - color contains mainly: green. Hex color #3DF61F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF61F is #C209E0. Grayscale: #A6A6A6. Windows color (decimal): -12716513 or 2094653. OLE color: 2094653.

HSL color Cylindrical-coordinate representation of color #3DF61F: hue angle of 111.63º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3DF61F is Cyan = 0.75, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB 61 246 31 -
CMYK 0.75 0 0.87 0.04
HSL 111.63º 0.92% 0.54% -
HSV(B) 111.63º 0.87% 0.96% -
XYZ 35.13 67 12.38 -
YUV 166.18 51.71 52.98 -
System Red Green Blue C M Y K H S L
Decimal 61 246 31 0.75 0 0.87 0.04 111.63 0.92 0.54
Hex 3D F6 1F 4B 0 57 4 70 5C 36
Octal 75 366 37 113 0 127 4 160 134 66
Binary 111101 11110110 11111 1001011 0 1010111 100 1110000 1011100 110110

Color Harmonies of #3DF61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DF61F

Black with #3DF61F

Text Example


Text Example

White with #3DF61F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,246,31); }

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

background-color css

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

 a { background-color: rgb(61,246,31); }

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

border-color css

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

 span { border-color: rgb(61,246,31); }

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