Html Css Color HEX #3FF71B Harlequin

📋 copy color: '#3FF71B'

red 63 ◦ green 247 ◦ blue 27

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

Shades of Harlequin #3FF71B

Tints of Harlequin #3FF71B

RGB

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

 GREEN value IS 247 (96.88% from 255) = 73.29%

 BLUE value IS 27 (10.94% from 255) = 8.01%

R = 18.69%
G = 73.29%
B = 8.01%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#3FF71B (or 0x3FF71B) is known color: Harlequin. HEX triplet: 3F, F7 and 1B. RGB value is (63,247,27). Sum of RGB (Red+Green+Blue) = 63+247+27=337 (44% of max value = 765). Red value is 63 (25% from 255 or 18.69% from 337); Green value is 247 (96.88% from 255 or 73.29% from 337); Blue value is 27 (10.94% from 255 or 8.01% from 337); Max value from RGB is 247 - color contains mainly: green. Hex color #3FF71B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF71B is #C008E4. Grayscale: #A7A7A7. Windows color (decimal): -12585189 or 1832767. OLE color: 1832767.

HSL color Cylindrical-coordinate representation of color #3FF71B: hue angle of 110.18º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3FF71B is Cyan = 0.74, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.

Color convert

RGB 63 247 27 -
CMYK 0.74 0 0.89 0.03
HSL 110.18º 0.93% 0.54% -
HSV(B) 110.18º 0.89% 0.97% -
XYZ 35.51 67.66 12.22 -
YUV 166.9 49.04 53.89 -
System Red Green Blue C M Y K H S L
Decimal 63 247 27 0.74 0 0.89 0.03 110.18 0.93 0.54
Hex 3F F7 1B 4A 0 59 3 6E 5D 36
Octal 77 367 33 112 0 131 3 156 135 66
Binary 111111 11110111 11011 1001010 0 1011001 11 1101110 1011101 110110

Color Harmonies of #3FF71B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FF71B

Black with #3FF71B

Text Example


Text Example

White with #3FF71B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,247,27); }

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

background-color css

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

 a { background-color: rgb(63,247,27); }

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

border-color css

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

 span { border-color: rgb(63,247,27); }

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