Html Css Color HEX #3FF816 Harlequin

📋 copy color: '#3FF816'

red 63 ◦ green 248 ◦ blue 22

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

Shades of Harlequin #3FF816

Tints of Harlequin #3FF816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.61%

R = 18.92%
G = 74.47%
B = 6.61%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#3FF816 (or 0x3FF816) is known color: Harlequin. HEX triplet: 3F, F8 and 16. RGB value is (63,248,22). Sum of RGB (Red+Green+Blue) = 63+248+22=333 (44% of max value = 765). Red value is 63 (25% from 255 or 18.92% from 333); Green value is 248 (97.27% from 255 or 74.47% from 333); Blue value is 22 (8.98% from 255 or 6.61% from 333); Max value from RGB is 248 - color contains mainly: green. Hex color #3FF816 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FF816 is #C007E9. Grayscale: #A7A7A7. Windows color (decimal): -12584938 or 1505343. OLE color: 1505343.

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

Color convert

RGB 63 248 22 -
CMYK 0.75 0 0.91 0.03
HSL 109.12º 0.94% 0.53% -
HSV(B) 109.12º 0.91% 0.97% -
XYZ 35.76 68.25 12.05 -
YUV 166.92 46.21 53.88 -
System Red Green Blue C M Y K H S L
Decimal 63 248 22 0.75 0 0.91 0.03 109.12 0.94 0.53
Hex 3F F8 16 4B 0 5B 3 6D 5E 35
Octal 77 370 26 113 0 133 3 155 136 65
Binary 111111 11111000 10110 1001011 0 1011011 11 1101101 1011110 110101

Color Harmonies of #3FF816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FF816

Black with #3FF816

Text Example


Text Example

White with #3FF816

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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