Html Css Color HEX #3FEB06 Harlequin

📋 copy color: '#3FEB06'

red 63 ◦ green 235 ◦ blue 6

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

Shades of Harlequin #3FEB06

Tints of Harlequin #3FEB06

RGB

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

 GREEN value IS 235 (92.19% from 255) = 77.3%

 BLUE value IS 6 (2.73% from 255) = 1.97%

R = 20.72%
G = 77.3%
B = 1.97%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#3FEB06 (or 0x3FEB06) is known color: Harlequin. HEX triplet: 3F, EB and 06. RGB value is (63,235,6). Sum of RGB (Red+Green+Blue) = 63+235+6=304 (40% of max value = 765). Red value is 63 (25% from 255 or 20.72% from 304); Green value is 235 (92.19% from 255 or 77.30% from 304); Blue value is 6 (2.73% from 255 or 1.97% from 304); Max value from RGB is 235 - color contains mainly: green. Hex color #3FEB06 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FEB06 is #C014F9. Grayscale: #9E9E9E. Windows color (decimal): -12588282 or 453439. OLE color: 453439.

HSL color Cylindrical-coordinate representation of color #3FEB06: hue angle of 105.07º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3FEB06 is Cyan = 0.73, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB 63 235 6 -
CMYK 0.73 0 0.97 0.08
HSL 105.07º 0.95% 0.47% -
HSV(B) 105.07º 0.97% 0.92% -
XYZ 31.79 60.49 10.17 -
YUV 157.47 42.52 60.62 -
System Red Green Blue C M Y K H S L
Decimal 63 235 6 0.73 0 0.97 0.08 105.07 0.95 0.47
Hex 3F EB 6 49 0 61 8 69 5F 2F
Octal 77 353 6 111 0 141 10 151 137 57
Binary 111111 11101011 110 1001001 0 1100001 1000 1101001 1011111 101111

Color Harmonies of #3FEB06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FEB06

Black with #3FEB06

Text Example


Text Example

White with #3FEB06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,235,6); }

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

background-color css

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

 a { background-color: rgb(63,235,6); }

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

border-color css

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

 span { border-color: rgb(63,235,6); }

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