Html Css Color HEX #3FE712 Harlequin

📋 copy color: '#3FE712'

red 63 ◦ green 231 ◦ blue 18

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

Shades of Harlequin #3FE712

Tints of Harlequin #3FE712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.77%

R = 20.19%
G = 74.04%
B = 5.77%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.92

 K value IS 0.09

RGB Variations

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

Color information

#3FE712 (or 0x3FE712) is known color: Harlequin. HEX triplet: 3F, E7 and 12. RGB value is (63,231,18). Sum of RGB (Red+Green+Blue) = 63+231+18=312 (41% of max value = 765). Red value is 63 (25% from 255 or 20.19% from 312); Green value is 231 (90.62% from 255 or 74.04% from 312); Blue value is 18 (7.42% from 255 or 5.77% from 312); Max value from RGB is 231 - color contains mainly: green. Hex color #3FE712 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FE712 is #C018ED. Grayscale: #9D9D9D. Windows color (decimal): -12589294 or 1238847. OLE color: 1238847.

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

Color convert

RGB 63 231 18 -
CMYK 0.73 0 0.92 0.09
HSL 107.32º 0.86% 0.49% -
HSV(B) 107.32º 0.92% 0.91% -
XYZ 30.73 58.25 10.2 -
YUV 156.49 49.84 61.32 -
System Red Green Blue C M Y K H S L
Decimal 63 231 18 0.73 0 0.92 0.09 107.32 0.86 0.49
Hex 3F E7 12 49 0 5C 9 6B 56 31
Octal 77 347 22 111 0 134 11 153 126 61
Binary 111111 11100111 10010 1001001 0 1011100 1001 1101011 1010110 110001

Color Harmonies of #3FE712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FE712

Black with #3FE712

Text Example


Text Example

White with #3FE712

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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