Html Css Color HEX #3FF006 Harlequin

📋 copy color: '#3FF006'

red 63 ◦ green 240 ◦ blue 6

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

Shades of Harlequin #3FF006

Tints of Harlequin #3FF006

RGB

 RED value IS 63 (25% from 255) = 20.39%

 GREEN value IS 240 (94.14% from 255) = 77.67%

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

R = 20.39%
G = 77.67%
B = 1.94%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#3FF006 (or 0x3FF006) is known color: Harlequin. HEX triplet: 3F, F0 and 06. RGB value is (63,240,6). Sum of RGB (Red+Green+Blue) = 63+240+6=309 (40% of max value = 765). Red value is 63 (25% from 255 or 20.39% from 309); Green value is 240 (94.14% from 255 or 77.67% from 309); Blue value is 6 (2.73% from 255 or 1.94% from 309); Max value from RGB is 240 - color contains mainly: green. Hex color #3FF006 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FF006 is #C00FF9. Grayscale: #A1A1A1. Windows color (decimal): -12587002 or 454719. OLE color: 454719.

HSL color Cylindrical-coordinate representation of color #3FF006: hue angle of 105.38º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3FF006 is Cyan = 0.74, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 63 240 6 -
CMYK 0.74 0 0.98 0.06
HSL 105.38º 0.95% 0.48% -
HSV(B) 105.38º 0.98% 0.94% -
XYZ 33.24 63.39 10.66 -
YUV 160.4 40.86 58.53 -
System Red Green Blue C M Y K H S L
Decimal 63 240 6 0.74 0 0.98 0.06 105.38 0.95 0.48
Hex 3F F0 6 4A 0 62 6 69 5F 30
Octal 77 360 6 112 0 142 6 151 137 60
Binary 111111 11110000 110 1001010 0 1100010 110 1101001 1011111 110000

Color Harmonies of #3FF006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FF006

Black with #3FF006

Text Example


Text Example

White with #3FF006

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,240,6); }

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

background-color css

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

 a { background-color: rgb(63,240,6); }

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

border-color css

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

 span { border-color: rgb(63,240,6); }

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