Html Css Color HEX #3AF716 Harlequin

📋 copy color: '#3AF716'

red 58 ◦ green 247 ◦ blue 22

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

Shades of Harlequin #3AF716

Tints of Harlequin #3AF716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.73%

R = 17.74%
G = 75.54%
B = 6.73%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#3AF716 (or 0x3AF716) is known color: Harlequin. HEX triplet: 3A, F7 and 16. RGB value is (58,247,22). Sum of RGB (Red+Green+Blue) = 58+247+22=327 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.74% from 327); Green value is 247 (96.88% from 255 or 75.54% from 327); Blue value is 22 (8.98% from 255 or 6.73% from 327); Max value from RGB is 247 - color contains mainly: green. Hex color #3AF716 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AF716 is #C508E9. Grayscale: #A5A5A5. Windows color (decimal): -12912874 or 1505082. OLE color: 1505082.

HSL color Cylindrical-coordinate representation of color #3AF716: hue angle of 110.4º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3AF716 is Cyan = 0.77, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.03.

Color convert

RGB 58 247 22 -
CMYK 0.77 0 0.91 0.03
HSL 110.4º 0.93% 0.53% -
HSV(B) 110.4º 0.91% 0.97% -
XYZ 35.15 67.48 11.93 -
YUV 164.84 47.38 51.8 -
System Red Green Blue C M Y K H S L
Decimal 58 247 22 0.77 0 0.91 0.03 110.4 0.93 0.53
Hex 3A F7 16 4D 0 5B 3 6E 5D 35
Octal 72 367 26 115 0 133 3 156 135 65
Binary 111010 11110111 10110 1001101 0 1011011 11 1101110 1011101 110101

Color Harmonies of #3AF716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF716

Black with #3AF716

Text Example


Text Example

White with #3AF716

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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