Html Css Color HEX #3FE714 Harlequin

📋 copy color: '#3FE714'

red 63 ◦ green 231 ◦ blue 20

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

Shades of Harlequin #3FE714

Tints of Harlequin #3FE714

RGB

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

 GREEN value IS 231 (90.63% from 255) = 73.57%

 BLUE value IS 20 (8.2% from 255) = 6.37%

R = 20.06%
G = 73.57%
B = 6.37%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#3FE714 (or 0x3FE714) is known color: Harlequin. HEX triplet: 3F, E7 and 14. RGB value is (63,231,20). Sum of RGB (Red+Green+Blue) = 63+231+20=314 (41% of max value = 765). Red value is 63 (25% from 255 or 20.06% from 314); Green value is 231 (90.62% from 255 or 73.57% from 314); Blue value is 20 (8.20% from 255 or 6.37% from 314); Max value from RGB is 231 - color contains mainly: green. Hex color #3FE714 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FE714 is #C018EB. Grayscale: #9D9D9D. Windows color (decimal): -12589292 or 1369919. OLE color: 1369919.

HSL color Cylindrical-coordinate representation of color #3FE714: hue angle of 107.77º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3FE714 is Cyan = 0.73, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB 63 231 20 -
CMYK 0.73 0 0.91 0.09
HSL 107.77º 0.84% 0.49% -
HSV(B) 107.77º 0.91% 0.91% -
XYZ 30.75 58.26 10.29 -
YUV 156.71 50.84 61.16 -
System Red Green Blue C M Y K H S L
Decimal 63 231 20 0.73 0 0.91 0.09 107.77 0.84 0.49
Hex 3F E7 14 49 0 5B 9 6C 54 31
Octal 77 347 24 111 0 133 11 154 124 61
Binary 111111 11100111 10100 1001001 0 1011011 1001 1101100 1010100 110001

Color Harmonies of #3FE714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FE714

Black with #3FE714

Text Example


Text Example

White with #3FE714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,231,20); }

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

background-color css

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

 a { background-color: rgb(63,231,20); }

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

border-color css

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

 span { border-color: rgb(63,231,20); }

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