Html Css Color HEX #3DF706 Harlequin

📋 copy color: '#3DF706'

red 61 ◦ green 247 ◦ blue 6

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

Shades of Harlequin #3DF706

Tints of Harlequin #3DF706

RGB

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

 GREEN value IS 247 (96.88% from 255) = 78.66%

 BLUE value IS 6 (2.73% from 255) = 1.91%

R = 19.43%
G = 78.66%
B = 1.91%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#3DF706 (or 0x3DF706) is known color: Harlequin. HEX triplet: 3D, F7 and 06. RGB value is (61,247,6). Sum of RGB (Red+Green+Blue) = 61+247+6=314 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.43% from 314); Green value is 247 (96.88% from 255 or 78.66% from 314); Blue value is 6 (2.73% from 255 or 1.91% from 314); Max value from RGB is 247 - color contains mainly: green. Hex color #3DF706 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DF706 is #C208F9. Grayscale: #A4A4A4. Windows color (decimal): -12716282 or 456509. OLE color: 456509.

HSL color Cylindrical-coordinate representation of color #3DF706: hue angle of 106.31º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3DF706 is Cyan = 0.75, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.

Color convert

RGB 61 247 6 -
CMYK 0.75 0 0.98 0.03
HSL 106.31º 0.95% 0.5% -
HSV(B) 106.31º 0.98% 0.97% -
XYZ 35.22 67.53 11.35 -
YUV 163.91 38.88 54.6 -
System Red Green Blue C M Y K H S L
Decimal 61 247 6 0.75 0 0.98 0.03 106.31 0.95 0.5
Hex 3D F7 6 4B 0 62 3 6A 5F 32
Octal 75 367 6 113 0 142 3 152 137 62
Binary 111101 11110111 110 1001011 0 1100010 11 1101010 1011111 110010

Color Harmonies of #3DF706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DF706

Black with #3DF706

Text Example


Text Example

White with #3DF706

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,247,6); }

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

background-color css

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

 a { background-color: rgb(61,247,6); }

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

border-color css

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

 span { border-color: rgb(61,247,6); }

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