Html Css Color HEX #3FF804 Harlequin

📋 copy color: '#3FF804'

red 63 ◦ green 248 ◦ blue 4

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

Shades of Harlequin #3FF804

Tints of Harlequin #3FF804

RGB

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

 GREEN value IS 248 (97.27% from 255) = 78.73%

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

R = 20%
G = 78.73%
B = 1.27%

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

#3FF804 (or 0x3FF804) is known color: Harlequin. HEX triplet: 3F, F8 and 04. RGB value is (63,248,4). Sum of RGB (Red+Green+Blue) = 63+248+4=315 (41% of max value = 765). Red value is 63 (25% from 255 or 20% from 315); Green value is 248 (97.27% from 255 or 78.73% from 315); Blue value is 4 (1.95% from 255 or 1.27% from 315); Max value from RGB is 248 - color contains mainly: green. Hex color #3FF804 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FF804 is #C007FB. Grayscale: #A5A5A5. Windows color (decimal): -12584956 or 325695. OLE color: 325695.

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

Color convert

RGB 63 248 4 -
CMYK 0.75 0 0.98 0.03
HSL 105.49º 0.97% 0.49% -
HSV(B) 105.49º 0.98% 0.97% -
XYZ 35.64 68.2 11.4 -
YUV 164.87 37.21 55.34 -
System Red Green Blue C M Y K H S L
Decimal 63 248 4 0.75 0 0.98 0.03 105.49 0.97 0.49
Hex 3F F8 4 4B 0 62 3 69 61 31
Octal 77 370 4 113 0 142 3 151 141 61
Binary 111111 11111000 100 1001011 0 1100010 11 1101001 1100001 110001

Color Harmonies of #3FF804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FF804

Black with #3FF804

Text Example


Text Example

White with #3FF804

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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