Html Css Color HEX #3AF710 Harlequin

📋 copy color: '#3AF710'

red 58 ◦ green 247 ◦ blue 16

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

Shades of Harlequin #3AF710

Tints of Harlequin #3AF710

RGB

 RED value IS 58 (23.05% from 255) = 18.07%

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

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

R = 18.07%
G = 76.95%
B = 4.98%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#3AF710 (or 0x3AF710) is known color: Harlequin. HEX triplet: 3A, F7 and 10. RGB value is (58,247,16). Sum of RGB (Red+Green+Blue) = 58+247+16=321 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.07% from 321); Green value is 247 (96.88% from 255 or 76.95% from 321); Blue value is 16 (6.64% from 255 or 4.98% from 321); Max value from RGB is 247 - color contains mainly: green. Hex color #3AF710 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AF710 is #C508EF. Grayscale: #A4A4A4. Windows color (decimal): -12912880 or 1111866. OLE color: 1111866.

HSL color Cylindrical-coordinate representation of color #3AF710: hue angle of 109.09º 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 #3AF710 is Cyan = 0.77, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB 58 247 16 -
CMYK 0.77 0 0.94 0.03
HSL 109.09º 0.94% 0.52% -
HSV(B) 109.09º 0.94% 0.97% -
XYZ 35.1 67.46 11.66 -
YUV 164.16 44.38 52.28 -
System Red Green Blue C M Y K H S L
Decimal 58 247 16 0.77 0 0.94 0.03 109.09 0.94 0.52
Hex 3A F7 10 4D 0 5E 3 6D 5E 34
Octal 72 367 20 115 0 136 3 155 136 64
Binary 111010 11110111 10000 1001101 0 1011110 11 1101101 1011110 110100

Color Harmonies of #3AF710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF710

Black with #3AF710

Text Example


Text Example

White with #3AF710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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