Html Css Color HEX #3FEF10 Harlequin

📋 copy color: '#3FEF10'

red 63 ◦ green 239 ◦ blue 16

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

Shades of Harlequin #3FEF10

Tints of Harlequin #3FEF10

RGB

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

 GREEN value IS 239 (93.75% from 255) = 75.16%

 BLUE value IS 16 (6.64% from 255) = 5.03%

R = 19.81%
G = 75.16%
B = 5.03%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#3FEF10 (or 0x3FEF10) is known color: Harlequin. HEX triplet: 3F, EF and 10. RGB value is (63,239,16). Sum of RGB (Red+Green+Blue) = 63+239+16=318 (42% of max value = 765). Red value is 63 (25% from 255 or 19.81% from 318); Green value is 239 (93.75% from 255 or 75.16% from 318); Blue value is 16 (6.64% from 255 or 5.03% from 318); Max value from RGB is 239 - color contains mainly: green. Hex color #3FEF10 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FEF10 is #C010EF. Grayscale: #A1A1A1. Windows color (decimal): -12587248 or 1109823. OLE color: 1109823.

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

Color convert

RGB 63 239 16 -
CMYK 0.74 0 0.93 0.06
HSL 107.35º 0.87% 0.5% -
HSV(B) 107.35º 0.93% 0.94% -
XYZ 33.01 62.83 10.88 -
YUV 160.95 46.19 58.13 -
System Red Green Blue C M Y K H S L
Decimal 63 239 16 0.74 0 0.93 0.06 107.35 0.87 0.5
Hex 3F EF 10 4A 0 5D 6 6B 57 32
Octal 77 357 20 112 0 135 6 153 127 62
Binary 111111 11101111 10000 1001010 0 1011101 110 1101011 1010111 110010

Color Harmonies of #3FEF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FEF10

Black with #3FEF10

Text Example


Text Example

White with #3FEF10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,239,16); }

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

background-color css

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

 a { background-color: rgb(63,239,16); }

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

border-color css

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

 span { border-color: rgb(63,239,16); }

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