Html Css Color HEX #3FF614 Harlequin

📋 copy color: '#3FF614'

red 63 ◦ green 246 ◦ blue 20

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

Shades of Harlequin #3FF614

Tints of Harlequin #3FF614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.08%

R = 19.15%
G = 74.77%
B = 6.08%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#3FF614 (or 0x3FF614) is known color: Harlequin. HEX triplet: 3F, F6 and 14. RGB value is (63,246,20). Sum of RGB (Red+Green+Blue) = 63+246+20=329 (43% of max value = 765). Red value is 63 (25% from 255 or 19.15% from 329); Green value is 246 (96.48% from 255 or 74.77% from 329); Blue value is 20 (8.20% from 255 or 6.08% from 329); Max value from RGB is 246 - color contains mainly: green. Hex color #3FF614 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FF614 is #C009EB. Grayscale: #A6A6A6. Windows color (decimal): -12585452 or 1373759. OLE color: 1373759.

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

Color convert

RGB 63 246 20 -
CMYK 0.74 0 0.92 0.04
HSL 108.58º 0.93% 0.52% -
HSV(B) 108.58º 0.92% 0.96% -
XYZ 35.13 67.02 11.75 -
YUV 165.52 45.87 54.88 -
System Red Green Blue C M Y K H S L
Decimal 63 246 20 0.74 0 0.92 0.04 108.58 0.93 0.52
Hex 3F F6 14 4A 0 5C 4 6D 5D 34
Octal 77 366 24 112 0 134 4 155 135 64
Binary 111111 11110110 10100 1001010 0 1011100 100 1101101 1011101 110100

Color Harmonies of #3FF614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FF614

Black with #3FF614

Text Example


Text Example

White with #3FF614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,246,20); }

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

background-color css

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

 a { background-color: rgb(63,246,20); }

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

border-color css

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

 span { border-color: rgb(63,246,20); }

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