Html Css Color HEX #3BF710 Harlequin

📋 copy color: '#3BF710'

red 59 ◦ green 247 ◦ blue 16

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

Shades of Harlequin #3BF710

Tints of Harlequin #3BF710

RGB

 RED value IS 59 (23.44% from 255) = 18.32%

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

 BLUE value IS 16 (6.64% from 255) = 4.97%

R = 18.32%
G = 76.71%
B = 4.97%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#3BF710 (or 0x3BF710) is known color: Harlequin. HEX triplet: 3B, F7 and 10. RGB value is (59,247,16). Sum of RGB (Red+Green+Blue) = 59+247+16=322 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.32% from 322); Green value is 247 (96.88% from 255 or 76.71% from 322); Blue value is 16 (6.64% from 255 or 4.97% from 322); Max value from RGB is 247 - color contains mainly: green. Hex color #3BF710 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BF710 is #C408EF. Grayscale: #A5A5A5. Windows color (decimal): -12847344 or 1111867. OLE color: 1111867.

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

Color convert

RGB 59 247 16 -
CMYK 0.76 0 0.94 0.03
HSL 108.83º 0.94% 0.52% -
HSV(B) 108.83º 0.94% 0.97% -
XYZ 35.16 67.49 11.66 -
YUV 164.45 44.22 52.78 -
System Red Green Blue C M Y K H S L
Decimal 59 247 16 0.76 0 0.94 0.03 108.83 0.94 0.52
Hex 3B F7 10 4C 0 5E 3 6D 5E 34
Octal 73 367 20 114 0 136 3 155 136 64
Binary 111011 11110111 10000 1001100 0 1011110 11 1101101 1011110 110100

Color Harmonies of #3BF710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BF710

Black with #3BF710

Text Example


Text Example

White with #3BF710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,247,16); }

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

background-color css

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

 a { background-color: rgb(59,247,16); }

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

border-color css

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

 span { border-color: rgb(59,247,16); }

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