Html Css Color HEX #3FF504 Harlequin

📋 copy color: '#3FF504'

red 63 ◦ green 245 ◦ blue 4

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

Shades of Harlequin #3FF504

Tints of Harlequin #3FF504

RGB

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

 GREEN value IS 245 (96.09% from 255) = 78.53%

 BLUE value IS 4 (1.95% from 255) = 1.28%

R = 20.19%
G = 78.53%
B = 1.28%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#3FF504 (or 0x3FF504) is known color: Harlequin. HEX triplet: 3F, F5 and 04. RGB value is (63,245,4). Sum of RGB (Red+Green+Blue) = 63+245+4=312 (41% of max value = 765). Red value is 63 (25% from 255 or 20.19% from 312); Green value is 245 (96.09% from 255 or 78.53% from 312); Blue value is 4 (1.95% from 255 or 1.28% from 312); Max value from RGB is 245 - color contains mainly: green. Hex color #3FF504 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FF504 is #C00AFB. Grayscale: #A3A3A3. Windows color (decimal): -12585724 or 324927. OLE color: 324927.

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

Color convert

RGB 63 245 4 -
CMYK 0.74 0 0.98 0.04
HSL 105.31º 0.97% 0.49% -
HSV(B) 105.31º 0.98% 0.96% -
XYZ 34.72 66.37 11.1 -
YUV 163.11 38.2 56.6 -
System Red Green Blue C M Y K H S L
Decimal 63 245 4 0.74 0 0.98 0.04 105.31 0.97 0.49
Hex 3F F5 4 4A 0 62 4 69 61 31
Octal 77 365 4 112 0 142 4 151 141 61
Binary 111111 11110101 100 1001010 0 1100010 100 1101001 1100001 110001

Color Harmonies of #3FF504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FF504

Black with #3FF504

Text Example


Text Example

White with #3FF504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,245,4); }

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

background-color css

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

 a { background-color: rgb(63,245,4); }

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

border-color css

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

 span { border-color: rgb(63,245,4); }

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