Html Css Color HEX #3FFC10 Harlequin

📋 copy color: '#3FFC10'

red 63 ◦ green 252 ◦ blue 16

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

Shades of Harlequin #3FFC10

Tints of Harlequin #3FFC10

RGB

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

 GREEN value IS 252 (98.83% from 255) = 76.13%

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

R = 19.03%
G = 76.13%
B = 4.83%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#3FFC10 (or 0x3FFC10) is known color: Harlequin. HEX triplet: 3F, FC and 10. RGB value is (63,252,16). Sum of RGB (Red+Green+Blue) = 63+252+16=331 (43% of max value = 765). Red value is 63 (25% from 255 or 19.03% from 331); Green value is 252 (98.83% from 255 or 76.13% from 331); Blue value is 16 (6.64% from 255 or 4.83% from 331); Max value from RGB is 252 - color contains mainly: green. Hex color #3FFC10 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FFC10 is #C003EF. Grayscale: #A9A9A9. Windows color (decimal): -12583920 or 1113151. OLE color: 1113151.

HSL color Cylindrical-coordinate representation of color #3FFC10: hue angle of 108.05º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3FFC10 is Cyan = 0.75, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB 63 252 16 -
CMYK 0.75 0 0.94 0.01
HSL 108.05º 0.98% 0.53% -
HSV(B) 108.05º 0.94% 0.99% -
XYZ 36.95 70.71 12.19 -
YUV 168.59 41.88 52.69 -
System Red Green Blue C M Y K H S L
Decimal 63 252 16 0.75 0 0.94 0.01 108.05 0.98 0.53
Hex 3F FC 10 4B 0 5E 1 6C 62 35
Octal 77 374 20 113 0 136 1 154 142 65
Binary 111111 11111100 10000 1001011 0 1011110 1 1101100 1100010 110101

Color Harmonies of #3FFC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FFC10

Black with #3FFC10

Text Example


Text Example

White with #3FFC10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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