Html Css Color HEX #3DF609 Harlequin

📋 copy color: '#3DF609'

red 61 ◦ green 246 ◦ blue 9

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

Shades of Harlequin #3DF609

Tints of Harlequin #3DF609

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.85%

R = 19.3%
G = 77.85%
B = 2.85%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#3DF609 (or 0x3DF609) is known color: Harlequin. HEX triplet: 3D, F6 and 09. RGB value is (61,246,9). Sum of RGB (Red+Green+Blue) = 61+246+9=316 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.30% from 316); Green value is 246 (96.48% from 255 or 77.85% from 316); Blue value is 9 (3.91% from 255 or 2.85% from 316); Max value from RGB is 246 - color contains mainly: green. Hex color #3DF609 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DF609 is #C209F6. Grayscale: #A4A4A4. Windows color (decimal): -12716535 or 652861. OLE color: 652861.

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

Color convert

RGB 61 246 9 -
CMYK 0.75 0 0.96 0.04
HSL 106.84º 0.93% 0.5% -
HSV(B) 106.84º 0.96% 0.96% -
XYZ 34.93 66.92 11.33 -
YUV 163.67 40.71 54.77 -
System Red Green Blue C M Y K H S L
Decimal 61 246 9 0.75 0 0.96 0.04 106.84 0.93 0.5
Hex 3D F6 9 4B 0 60 4 6B 5D 32
Octal 75 366 11 113 0 140 4 153 135 62
Binary 111101 11110110 1001 1001011 0 1100000 100 1101011 1011101 110010

Color Harmonies of #3DF609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DF609

Black with #3DF609

Text Example


Text Example

White with #3DF609

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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