Html Css Color HEX #3AF71F Harlequin

📋 copy color: '#3AF71F'

red 58 ◦ green 247 ◦ blue 31

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

Shades of Harlequin #3AF71F

Tints of Harlequin #3AF71F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.23%

R = 17.26%
G = 73.51%
B = 9.23%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#3AF71F (or 0x3AF71F) is known color: Harlequin. HEX triplet: 3A, F7 and 1F. RGB value is (58,247,31). Sum of RGB (Red+Green+Blue) = 58+247+31=336 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.26% from 336); Green value is 247 (96.88% from 255 or 73.51% from 336); Blue value is 31 (12.5% from 255 or 9.23% from 336); Max value from RGB is 247 - color contains mainly: green. Hex color #3AF71F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF71F is #C508E0. Grayscale: #A6A6A6. Windows color (decimal): -12912865 or 2094906. OLE color: 2094906.

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

Color convert

RGB 58 247 31 -
CMYK 0.77 0 0.87 0.03
HSL 112.5º 0.93% 0.55% -
HSV(B) 112.5º 0.87% 0.97% -
XYZ 35.25 67.52 12.47 -
YUV 165.87 51.88 51.06 -
System Red Green Blue C M Y K H S L
Decimal 58 247 31 0.77 0 0.87 0.03 112.5 0.93 0.55
Hex 3A F7 1F 4D 0 57 3 70 5D 37
Octal 72 367 37 115 0 127 3 160 135 67
Binary 111010 11110111 11111 1001101 0 1010111 11 1110000 1011101 110111

Color Harmonies of #3AF71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF71F

Black with #3AF71F

Text Example


Text Example

White with #3AF71F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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