Html Css Color HEX #3DF61D Harlequin

📋 copy color: '#3DF61D'

red 61 ◦ green 246 ◦ blue 29

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

Shades of Harlequin #3DF61D

Tints of Harlequin #3DF61D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.63%

R = 18.15%
G = 73.21%
B = 8.63%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#3DF61D (or 0x3DF61D) is known color: Harlequin. HEX triplet: 3D, F6 and 1D. RGB value is (61,246,29). Sum of RGB (Red+Green+Blue) = 61+246+29=336 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.15% from 336); Green value is 246 (96.48% from 255 or 73.21% from 336); Blue value is 29 (11.72% from 255 or 8.63% from 336); Max value from RGB is 246 - color contains mainly: green. Hex color #3DF61D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF61D is #C209E2. Grayscale: #A6A6A6. Windows color (decimal): -12716515 or 1963581. OLE color: 1963581.

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

Color convert

RGB 61 246 29 -
CMYK 0.75 0 0.88 0.04
HSL 111.15º 0.92% 0.54% -
HSV(B) 111.15º 0.88% 0.96% -
XYZ 35.1 66.99 12.24 -
YUV 165.95 50.71 53.14 -
System Red Green Blue C M Y K H S L
Decimal 61 246 29 0.75 0 0.88 0.04 111.15 0.92 0.54
Hex 3D F6 1D 4B 0 58 4 6F 5C 36
Octal 75 366 35 113 0 130 4 157 134 66
Binary 111101 11110110 11101 1001011 0 1011000 100 1101111 1011100 110110

Color Harmonies of #3DF61D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DF61D

Black with #3DF61D

Text Example


Text Example

White with #3DF61D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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